body {
    background-color: #c2b19c;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;text-align: center;

}
.header {
    text-align: center;
    padding: 50px 0;
}
.header h1 {
    font-size: 6rem;
    font-family: 'TAN Meringue', serif;
    color:#8b5e34 ;
    margin: 0;
    margin-top: 8.6rem;
}
.header p {
    font-size: 2.6rem;
    font-family: cursive;
    color: #ffffff;
    margin: 10px 0 0;
}
.content {
    text-align: center;
}
.content img {
    width: 87%;
    height: 29rem;
}

.btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.6s;
    background-color: #8b5e34;
}
.btn:hover{
    background-color: white;
    transition: 0.6s linear;
}
a{
    
    text-decoration-line: none;
    color: white;
}
a:hover{
    color: #8b5e34;
}
.btn
/* footer */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}
.footer {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: flex; 
    justify-content: space-around;
    align-items: flex-start;
   
}
.footer h1 {
    width: 100%; 
    text-align: center; 
    margin-bottom: 20px;
    color: #c2b19c;
    font-size: 67.5px;
    margin: 0;
}
.footer .section {
    width: 30%;
    margin: 20px 0;
}
.footer .section h2 {
    font-size: 1.5em;
     margin-bottom: 10px;
    color: #8b5e34;
    font-size: 24px;
    margin-bottom: 10px;
}
.footer .section p {
    color: #8b5e34;
    font-size: 18px;
    margin: 5px 0;
}
.footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.footer .social-icons a {
    color: #8b5e34;
    font-size: 1.8rem;
    text-decoration: none;
    margin-top: 1.7rem;
}
.footer .social-icons .fab{
    transition: 0.7s;
}
.footer .social-icons .fa-whatsapp:hover{
    transform: translateY(-10px) rotate(60deg);
    color: green; 
}
.footer .social-icons .fa-twitter:hover{
    transform: translateY(-10px) rotate(60deg);
    color: #007bff; 
}
.footer .social-icons .fa-instagram:hover{
    transform: translateY(-10px) rotate(60deg);
    color: rgb(190, 9, 190); 
}
p{
    font-weight: bolder;
}
