@font-face {
    font-family: 'Luckiest guy';
    src: url('fonts/LuckiestGuy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dekko';
    src: url('fonts/Dekko-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'Dekko', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-color: #E5E1DA;
}

header {
    background-color: #92C7CF;
    color: white;
    padding: 10px 0;
    text-align: center;
}



nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

section {
    padding: 20px;
    margin: 10px;
    background-color: #AAD7D9;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 10px 0;
    background-color: #92C7CF;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
}
h2{
    color: #FBF9F1;
    font-size: 30px;
}

p,li {
    color:whitesmoke;
    font-size: 20px;
}

.carousel {
    overflow: hidden;
    width: 100%;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-images img {
    width: 100%;
    flex-shrink: 0;
}

h1 {
    font-family: "Luckiest guy", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120px;
  }

 a{
    font-size: 20px;
 }
