body {
    font-family: Lato;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.logo{
    width: 300px;
}

.container {
    display: block;
    align-items: center;
    height: 100vh;
    background-color: white;
    font-family: Lato;
}

a{
    font-weight: bold;
    color: #444444 !important;
}

h1{
    font-size: 24px;
    font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

p{
    font-size: 16px;
}

.info {
    width: 100%;
    margin-top: 182px;
    text-align: center;
}


@media only screen and (max-width: 820px) {

    .container {
        padding: 40px;
        display: block;
        align-items: center;
        height: 100vh;
        background-color: white;
    }


}