body {
    margin: 0;
    background-color:wheat;
    position: relative;
}


body::before {
    content: "Touch Down Event And Party Rentals";
    position: top;
    top: 0;
    left:0;
    width:100%;
    height: 60px;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Arial, sans-serif;
    z-index: 1000;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    padding: 20px;
}
.slogan{
  font-size: 35px;
  align-self: center;
}

.explaination {
    font-size: 20px;
    text-align: center;
    max-width: Auto;
    margin-top: 10px;
}

.contact-info {
  font-size: 18px;
  text-align: center;
  margin-top: auto;
}

.product{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.img-castle {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.castle-desc {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.castle-desc2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.img-cotton {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cotton-desc {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.cotton-desc2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.img-tent {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tent-desc {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.tent-desc2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}