body {
  text-align: center;
  font-family: 'Shrikhand', cursive;
  margin:auto;
  background-color: #E7ECEF;
  color: #0B3954;

}
.container {
  display: flex;
  justify-content: center;
  position: relative;
  top: -50px;
}

.container-votes {
  display: flex;
  justify-content: center;
  position: relative;
}

.container-top {
  position: relative;
  top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

select {
  width: 131px;
  z-index: 50;
  margin-bottom: 30px;
}

#mainSelect {
  width: 180px;
  height: 40px;
  font-size: 20px;
  text-align-last: center;
}

form {
  position: relative;
}


.title {
  font-size: 60px;
  background-color: #17BEBB;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  top: -60px;
  width: 100%;
  font-family: 'Pacifico', cursive;
  color: #FAA916;
  text-shadow: 2px 2px 5px black;
}

.footer {
  font-size: 40px;
  background-color: #17BEBB;
  width: 100%;
  height: 40px;
}

.footer > p {
  font-size: 15px;
  position: relative;
  top: 12px;
}

.myButton {

  background-color: #17BEBB;
  height: 50px;
  width: 250px;
  font-size: 15px;
  border-radius: 5px;
  color: #0B3954;
  font-family: 'Shrikhand', cursive;
}

.myButton:hover {
  background-color: #BCA858;
}

img {
  width: 300px;
  border-radius: 5px;
  border: 3px solid white;
  box-shadow: 5px 5px 30px black;
}

.index-image:hover {
  opacity: 0.7;
}

.food {
  background-color: #17BEBB;
  width: 400px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}

.showFoods {
  background-color: #17BEBB;
  width: 400px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  font-size: 20px;
}

.tagline {
  position: relative;
  top: -70px;
}

.vote {
  margin: 20px;
  font-size: 30px;
  padding: 5px;
}

.change {
  border: 2px solid #61210F;;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #E7ECEF;
}

.change:hover {
  background-color: #BCA858;
}
