title {
  background-color: aquamarine;
}

@font-face {
  font-family: "Ubuntu";
  src: url("Ubuntu-Regular.ttf");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1,
p,
h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

body {
  font-family: "Ubuntu";
  background-image: URL(images/bg.jpg);
  background-attachment: scroll;
  background-position-x: center;
  background-size: cover;
  background-color: rgb(227, 255, 166);
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}
main {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  background-position-x: center;
  width: 70%;
  margin-top: 80px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 20px;
  color: rgba(196, 116, 93, 1);
  min-width: 350px;
  max-width: 700px;
}

section {
  text-align: center;
  max-width: 600px;
  min-width: 350px;
  
}

.menu:hover { 
  transform: scale(1.2); 
  }

.cardapio img {
  max-width: 230px;
  max-height: 230px;
  width: auto;
  height: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}

.cardapio {
  text-align: center;

  width: 60%;
  background-color: rgb(255, 255, 255, 0.7);
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 20px;
}

img {
  vertical-align: top;
  size: auto;
  height: auto;
  max-width: 100%;
  border-width: auto;
}

.menu {
  width: 60%;
  background-color: rgba(196, 116, 93, 0.7);
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 20px;
  transition: all .2s ease-in-out; 
  
}

.type {
  text-align: center;
}

.price {
  text-align: center;
}

.sorvetes {
  table-layout: fixed;
  width: 100%;
  height: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.insta {
  text-align: center;
  width: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
  }
