body{
    background-color: #e4d5be;
}

.container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 50px;
 }
            
.box1 {
    margin-top: 3%;
    background-color: #fff0dc;
    padding: 10px; 
    width: 700px;
    text-align: center; 
    border-radius: 15px;
}

.box1 h1 {
    margin: 10px 0;
    font-family: 'Bobby Jones Soft Regular';
}

.box1 img {
    border: 2px solid #333;
    border-radius: 8px;
    margin: 20px 0;
}

.box1 p {
    font-family: 'Bobby Jones Soft Regular';
    font-size: 18px;
    line-height: 1.5;
}

.price-tag {
    font-weight: bold;
    color: #d32f2f; 
    font-family: 'Bobby Jones Soft Regular';
    font-size: 15px;
    margin-top: 15px;
}
.logo{
  max-width: 125px;
  max-height: 125px;
  background-color: #d2e8ef;
}

.links{
  text-align: end;
  margin-left: auto;
  margin-right: 10%;
  gap: 30px;
}

.daymakers{
  font-size: 60px;
  margin-left: 20px;
  color: oklch(55.828% 0.06714 215.815);
}