@font-face{font-family:'Open Sans';src:url('../webfonts/OpenSans600.woff') format('woff');font-display:swap;font-weight:600;font-style:normal}
@font-face{font-family:'Open Sans';src:url('../webfonts/OpenSans700.woff') format('woff');font-display:swap;font-weight:700;font-style: normal}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
body{
    color: rgba(26,26,26,.9);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width:100%;
    position:fixed;
}

a,a:visited{text-decoration: underline;transition: all 0.5s ease-out;color:#306FC5;}
img{width:100%;max-width:100%;}

.sc-b {text-align: center;display: flex;flex-direction: column;align-items: center;}
.sc-b h1{margin:0 0 20px;font-size:108px;}
.sc-b h2{margin:0 0 20px;font-size:24px;}
.sc-b p{font-size:14px;font-weight: 600;margin:0 0 10px;}

@media (max-width:767px) {
    .sc-b{padding:20px;}
    .sc-b h1 {margin: 20px 0 5px;font-size: 72px;}
    .sc-b h2 {font-size: 18px;font-weight: 700;}
    .sc-b p {font-size: 14px;font-weight: 600;margin: 0 0 15px;line-height: 1.6;}
}

