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

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

body {
    background-color: #BEEFD9;
    font-family: "Gorditas", serif;
    color: #623719;
    font-size: 20px;
    text-align: center;

}


