@charset "UTF-8";

.title_image {
    background-image: url("../img/CanSat/title.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 50em;
    max-height: 40vw;
}

.projects_image {
    width: 70%;
    max-width: 50vh;
}

