@font-face {
    font-family: cormorant;
    src: url(../fonts/cormorantGaramond/CormorantGaramond-SemiBold.ttf);
}

body {
    background-color: #1C1C1C;
}

/*CSS Globals*/
h1, h2, p {
    padding: 5vh 5vw 0 7vw;
    font-family: cormorant;
    color: #EEF0F2;
}

p {
    font-size: 1.2em;
    text-align: justify;
}

#presentationLama {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10vh;
}

#presentationLama > h1, #presentationLama > p {
    align-self: flex-start;
}

#presentationLama > img {
    margin-top: 10vh;
    width: 40vw;
    height: auto;
}