* {
  height: auto;
  width: auto;
  background-color: rgba(255, 255, 255);
  margin-left: 40px;
  margin-top: 8px;
}
.navigation {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-decoration: none;
}
.navigation a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
}
.navigation i {
  margin: 0 5px;
  text-decoration: none;
  color: black;
}
.logo {
  font-family: "Monotype Grotesque";
  display: flex;
  color: rgba(231, 146, 122);
  justify-content: space-around;
  font-weight: bold;
  margin-left: -150px;
}
.navlist {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: black;
}

.secondcontainer {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  gap: 30px;
  display: flex;
}
.image img {
  width: 400px;
  height: 400px;
}

.header {
  margin-left: auto;
  margin-top: -40px;
  justify-content: right;
}
.header p {
  max-width: 670px;
  color: gray;
}
.header h1 {
  font-size: 64px;
  color: rgba(3, 3, 3);
  font-weight: bold;
}
.button {
  background-color: rgba(128, 128, 128);
  height: 50px;
  width: 200px;
  text-align: center;
  margin-top: 10px;
  color: aliceblue;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}
.price {
  display: flex;
  position: relative;
  justify-content: right;
  font-size: 30px;
  margin-top: 50px;
  color: rgba(231, 146, 122);
}
