* {
    margin: 0px;
    padding: 0px;
}

.fleur-de-leah-regular {
    font-family: "Fleur De Leah", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #BEEFD9;
    text-align: center;
}


nav {
    background-color: #623719;
    font-family: "Fleur De Leah", cursive;
    text-align: center;
    padding-left: 30px;
    color: #F4FFEF;
    text-decoration: none;
    font-size: 35px;

}

video {
    object-fit: contain;
    max-width: 50%;
}