@charset "UTF-8";

.title_image {
    background-image: url("../img/usat/title.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 50em;
    max-height: 60vw;
}

.projects_image {
    width: 100%;
    max-width: 50vh;
}
