body {
  width: 100%;
  margin: 0 auto;
}

#palm {
  position: absolute;
  width: 25px;
  top: 92px;
  /*left: 747px;*/
  left: 91vh;
}
#palm img {
  width: 100%;
}

.main {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  color: red;
  font-weight: bold;
  box-shadow: -3px 0px 7px gray, 3px 0px 7px gray, 0px 3px 7px gray,
    0px -3px 7px gray;
  background-image: url(https://i.ibb.co/9tVGJ6v/bg.png);
}

header {
  margin: 0 auto -12px;
  position: relative;
  width: 90%;
  max-width: 960px;
  height: 110px;
  border-bottom: 3px solid red;
}

h3 {
  text-align: center;
}

#choose {
  padding-top: 40px;
}

div#logo {
  position: absolute;
  left: 20px;
  top: 10px;
}

nav {
  position: absolute;
  right: 10px;
  top: 60px;
}
nav a:hover {
  text-decoration: underline;
}
nav#topNav {
  position: absolute;
  right: 10px;
  top: 15px;
}
nav#topNav img {
  height: 20px;
  width: 30px;
}
nav#topNav a:hover {
  text-decoration: underline;
}
ul {
  margin: 0;
}
li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  color: red;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: red;
}

.item {
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 60px;
}
.item input {
	background-color: red;
	border: none;
	border-radius: 5px;
	padding: 3px 5px;
}

section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

img {
  width: 100%;
}

.image {
  margin: 0 auto;
  width: 200px;
}

.description {
  text-align: center;
  text-indent: 0;
  line-height: 0;
}
.price {
  position: absolute;
  left: 60px;
  top: 45px;
}
.priceCorrectio {
  position: absolute;
  left: 80px;
  top: 30px;
}
.priceCorrection2 {
  position: absolute;
  left: 100px;
  top: 30px;
}

#imgBottom {
  margin: 0 auto -30px;
}

#midle {
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
#midle p {
  text-align: center;
  padding: 20px 0;
}
#midle img {
  width: 15px;
  background-color: white;
  padding: 10px;
  border-radius: 30px;
  border: 3px solid red;
}
#midle img:hover {
  transition: transform 0.3s;
  transform: scale(1.1, 1.1);
  border-radius: 10px;
  border: 3px solid red;
}

footer {
  height: 60px;
  background-color: black;
  margin: 0;
  position: relative;
  color: white;
  font-size: 0.7em;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  text-decoration: underline;
}
#ass {
  position: absolute;
  bottom: 8px;
  left: 10px;
}
#tra {
  position: absolute;
  bottom: 8px;
  left: 125px;
}
#pri {
  position: absolute;
  bottom: 8px;
  left: 320px;
}
#ter {
  position: absolute;
  bottom: 8px;
  left: 435px;
}
#cop {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
