/* These are the styles for the terms page */

.terms {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.terms img {
    height: 7.5vh;
    margin-bottom: 20px;
}

/* Viewport-specific styles */

@media screen and (max-width: 500px) {
    .terms img {
        height: auto;
        width: 90vw;
    }
}