#logo {
text-align:center;
margin-top:15vh;

img {
width:140px;
}
}

h1, h3, a, p {
font-family:'Manrope';
text-align:center;
}

p {
font-size:11px;

}

h1   {
margin-top:10vh;
}

#links {
margin-top:30px;
display:flex;
align-items: center;
justify-content: center;
}

#links img {
width:100px;
}

#links a {
margin:20px;
text-decoration:none;
font-size:13px;
font-weight:600;
}


#links a:first-child {
text-decoration:none;
background-color:#1796A5;
color:#fff;
padding:10px 20px;
}

#copyright {
display:flex;
align-items: center;
justify-content: center;
}

.text {
position:absolute;
bottom:0;
font-weight:500;
}