body{
    background-color:#111111;
    color:#eeeeee;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/*
.quicksand-<uniquifier > {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
*/

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 98vh;
}
.title {
    display:flex;
}
.prepa {
    display: flex;
    font-family: 'Quicksand';
    letter-spacing: 1.25em;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-size: 10px;
}
.quentin {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 95pt;
    height: 150px;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}
.photos {
    height: 150px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    font-family: 'Quicksand';
    letter-spacing: 0.01em;
    margin-top:18px;
}