@font-face { font-family: 'Noto Sans'; src: url(/fonts/noto-sans/NotoSans-Light.ttf); font-display: swap; font-weight: normal; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url(/fonts/noto-sans/NotoSans-Bold.ttf); font-display: swap; font-weight: bold; font-style: normal; }
body{
    background:#fff;
    text-align:center;
    margin:0;
    font-family:'Noto Sans',Helvetica,Arial, Helvetica, sans-serif;
    color:#9e9e9e;
}
img{
    display:block;
    padding:15px 10px;
    margin:0 auto;
}
h1{
    color:#34A7AE;
    font-weight:bold;
    text-transform:uppercase;
    margin:0px auto 4%;
    font-size:38px;
    line-height:40px;
}
p{
    font-size:23px;
    line-height:25px;
    margin:1% 0;
}
#main-header{
    background:#F8931F;
    margin-bottom: 5%;
}
#main-content img{
    width:30%;
    max-width:150px;
}
