*{
    padding: 0%;
    margin: 0%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

::-webkit-scrollbar{
    display: flex;
    flex-direction: column;
}

html{
    position: relative;
    width: 100vw;
    height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: hsl(0, 100%, 86%);
    position: relative;
    overflow: hidden;
}
html{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
}
body{
    width: 100vw;
    height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: hsl(0, 100%, 86%);
    min-height: 100%;
display: flex;
flex-direction: column;
}

.top{
    width: 100vw;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top p {
    color: rgb(54, 54, 54);
    padding: 1px 15px;
}

.top>img:nth-child(1){
    max-width: 70%;
    height: 55%;
    mix-blend-mode:multiply;
}

p{
    width: fit-content;
    text-align: center;
}

p span {
    font-weight: 700;
    text-align: center;
}
.top a img{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:50px;
    color: #3a3a3a;
    mix-blend-mode:multiply;
    font-variant: small-caps;
    font-weight: 400;
    line-height: 1;
}


.links{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-top: 10px;
    overflow-y: scroll;
    padding: 10px;
}

.links a{
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: start;
    padding:20px 30px ;
    background-color: rgb(255, 196, 196);
    text-decoration: none;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 15px;
    /*border: 1px solid #dadada;**/

    height: 35px;
}

.links a:hover{
    background-color: rgb(245, 195, 195);
}

.links img{
    width: 50px;
    padding-right: 20px;
}

.footer{
    width: 100%;
    height: fit-content;
    bottom: 0%;
    left: 0%;
    background-color: #FDC2CB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.footer a img{
    width: 50px;
    margin-bottom: 20px;
}
   

.footer div a{
    color: #3a3a3a;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer div a:hover{
    color: rgb(28, 28, 146);
}

.container{
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column ;
    gap: 10px;
    overflow-y: scroll;
    background-color: #FDC2CB;
}

.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.row a{
    width: 26vw;
}

.row a img {
    width: 20vw;
    background-color: rgb(255, 178, 178);
}

.row a img:hover{
    background-color: rgb(255, 186, 186);
    scale: 1.12;
}

.br{
    height: 100px;
    background-color: #FDC2CB;
}

i{
    font-size:  1.5rem;
    padding: 10px;
}

.addressandmore{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    background-color: #FDC2CB;
}

.addressandmore p{
    color: #3a3a3a;
    font-weight: 400;
    text-align: center;
}

.addressandmore p:nth-child(1){
    padding: 0px 30px;
}

.whatsappchannel{
    border-radius: 50%;
}

.whatsappchannela{
    text-wrap: nowrap;
}
footer{
    margin-top: auto;
    margin-top: auto;
}