body{
  width: 1440px;
  background-color: hsl(30, 38%, 92%);
}

.main{
  width: 600px;
  height: 500px;
  position: relative;
  margin-left: 450px;
  margin-top: 150px;
}

.image{
  width: 300px;
  height: 450px;
}

.texts{
  width: 300px;
  height: 450px;
  position: absolute;
  left: 300px;
  top: 0;
  background-color: hsl(0, 0%, 100%);
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

img{
  width: 300px;
  height: 450px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

h1, p{
  padding: 0 30px;
}

.head{
  color: hsl(212, 21%, 14%);
  font-family: 'Fraunces', serif;
  font-weight: 700;
}

p{
  color: hsl(228, 12%, 48%);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;

}

.cost{
  color: hsl(158, 36%, 37%);
  font-family: 'Fraunces', serif;
  font-weight: 700;
}

.first{
  letter-spacing: 4px;
  margin-top: 30px;
}

.third{
  text-decoration: line-through;
  position: absolute;
  right: 40px;
  bottom: 115px;
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: hsl(158, 36%, 37%);
  padding: 15px 0 15px 0;
  text-decoration: none;
  width: 220px;
  text-align: center;
  position: absolute;
  left: 30px;
  font-weight: 700;

}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
