

/* 
PARABOLICA
font-family: "parabolica", sans-serif;
font-weight: 400;
font-style: normal;
font-style: italic;
 */

body {
    background-color: rgb(252, 252, 255);
}

h1 {
    margin-bottom: 6vw;
    margin-top: 3vw;
    margin-left: 3vw;
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: ITALIC;

}

.posters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    width: 100%;
}

.front_poster {
    width: min(500px, 30vw);
    height: auto;
}

.back_poster {
    height: min(500px, 30vw);
    width: auto;
}

p {
    text-align: left;
    margin-top: 5vw;
    margin-bottom: 20vw;
    margin-left: 3vw;


    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: ITALIC;

}
