
.logo {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%; /* shrink from 100% to 80% of the container */
    max-width: 400px; /* shrink the max size */
    height: auto;
    padding-top: 15vh;
}

