.links {position: fixed;top: 50%;transform: translateY(-50%);}
html {height: 100%;background: #1888ca;background-position: center center;background-size: cover;}
body {background: transparent !important;color: white;font-family: "Montserrat" , sans-serif;}
@media(max-width:576px){
    .links{position: static;transform: none;margin-top: 50px;}
}
h1 {font-weight: 800;font-size: 30px;}
p {margin-top: 20px;}
h3 {font-weight: 800;text-transform: uppercase;font-size: 20px;margin-bottom: 20px;}