html, body{
    padding:0px;
    margin:0px;
    overflow:hidden;
    width:100%;


    font-family: "Noto Sans", sans-serif;
    font-size:12px;

    text-align: center;
    margin-top: 1%;
}

h1, h2{
    font-size:21px;
    font-weight:900;
}

h1{
    color: #3ca8f1;
    font-weight: 400;
    text-transform: uppercase;
}

h2{
    font-size:16px;
}
h3{
    font-size: 11px;
    letter-spacing: 0.106em;
    font-weight: 400;
}

p{
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8e;
}

#header{
    padding:20px;
}

#logo{
    display: inline-block;
    width:320px;
    max-width: 100%;
    height:auto;
    margin-bottom:50px;
}

