body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: linear-gradient(to bottom, turquoise, white);
    position: relative;
}

header {
    color: white;
    padding: 1rem;
    text-align: center;
    flex-wrap: wrap;
    width: auto;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to bottom,turquoise, rgb(0, 179, 255));
}

nav {
    color: white;
    padding: 1rem;
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;

}

nav a {
    color: white;
    text-decoration: none;
    padding: 0.5rem;
}

main {
    padding: 5px;
}

img#fest{
    height: 250px;
    width: 350px;
}

.menu {
    display: flex;
    justify-content: space-around;
}

footer {
    background-color: white;
    margin: 5px;
}


.menu {
    background-color: rgb(64, 176, 224);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;    
    position: relative;
}
.image-container {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}