body{
    width: 100%; 
    height: 100vh; 
    position: relative; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.content h1{
    font-size: 128px;
    font-weight: normal;
    font-weight: bold;
}
.content h2{
    color: #646464; 
    font-size: 24px;
}
.content h3{
    color: #112473; 
    font-size: 20px;
}
.content h3 a{
    text-decoration: none;
}

