
@font-face {
    font-family: "Celt";
    src: url("./celtic_garamond_2nd/CELTG___.TTF");
}

@font-face {
    font-family: "Gupter";
    src: url("./Gupter/Gupter-Regular.ttf");
}
h1 {
    font-family: "Celt";
    text-align: left;;
}

audio {
    max-width: 90vw;
}
img {
    max-width: 90vw;
    max-height: 40vh;
}

.photo {
    text-align: center;
}

body {
    background-image: linear-gradient(to right, #e4f8e4, #e2faf1, #eefbf6, #f8fbff, #ffffff,#ffffff,  rgb(255, 247, 238), #fff1c9, #ffe5c4);
    font-family: "Gupter";
    text-align: justify;
    margin-bottom: 10vh;
    position: relative;
}

ul {
    list-style: "🍀 ";
    font-size: 1.2rem;
}
li {
    margin-top: 0.3rem;
}
p {
    font-size: 1.2rem;
    padding: 0.1rem 0.6rem;
}

.clemence {
    background-color: rgba(208, 251, 251, 0.6);
}

.nicolas {
    background-color: rgba(240, 128, 128, 0.3);
}

.gdrive {
    max-width: 7vw;
    max-height: 7vh;
}

.photo-dj {
    font-size: 1.5rem;
    margin-left: 1.5rem;
}

.photo-dj-wrapper {
    margin: 2rem 1rem;
    display: flex;
    align-items: center;
}

footer {
    position: absolute;
    bottom: 0;
    max-height: 10vh;
    text-align: center;
    width: 100vw;
    left:0;
}

.bar {
    width: 49.8vw;
    margin:0;
    padding: 0;
}