.theImage1 {
    position: relative;
    text-align: center;
    -webkit-filter: grayscale(10%);

}


.theImage2 {
    padding-top: 50;
    padding-left:70;
    padding-bottom:50;
}


.theCentere {
    color: rgb(255, 255, 255);
    font-size:50;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.discover1 {
    padding: left 20px;;
    border: none;
    color: white;
    background-color: rgb(108, 36, 16);
    padding: 8px 50px;
    text-align: center;
    font-size: 20px;
    margin-left: 0;
    cursor: pointer;
}

footer {
    background-color: #8b5e3b;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

footer .icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

footer .icons a img {
    width: 24px;
    height: 24px;
}