@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');

body {
    font-family: 'Shantell Sans', cursive;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color:antiquewhite;
}

header {
    font-family: 'Comfortaa', cursive;
    background-color:#535128;
    color: #000000;
    padding: 10px;
    text-align: center;
}

h1 {
    font-size: 36px;
    margin: 0;
}

nav{
    font-family: 'Comfortaa';
    background: #535128;
    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

}

nav ul li {
    margin: 0 10px;

}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

section {
    padding: 40px;
}

h2 {
    font-size: 30px;
}
button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.cta-button {
    display: inline-block;
    background-color: #535128;
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    text-decoration: none;
    border-radius: 4px;
}

.cta-button:hover {
    background-color: #555;
}

h3 {
    font-size: 28px;
}
li {    font-size: 18px;
    color:#ffffff;


}


