body {
    background: url("./img/glasses.jpg") no-repeat top center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.container {
    margin: 80px 20%;
    padding-left
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}
a {
    text-decoration: none;
    color: #3192f5;
    cursor: pointer;
}
         

