.color1{
    color: #f7f6f4;
}
.bg1{
    background-color: #f7f6f4;
}

.color2{
    color: #9e7052;
}

.color3{
    color: #805140;
}

.color4{
    color: #ba4e00;
}

.color5{
    color: #507d18;
}

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');

.font1 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.font2{
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font3{
    font-family: "Licorice", cursive;
    font-weight: 400;
    font-style: normal;
}

/* sizes width */
.w-35{
    width: 35%;
}

.spacing6{
    letter-spacing: 6px;
}