h1{
    text-align: center;
    
}
.p1{
    text-align: center;
    
    font-family: 'Oswald', sans-serif;
}
.header{
    position: relative; 
    display: inline-block;
    text-align: center;
    
}
.text{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.arrow{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: rgb(47, 46, 46);
    text-align: center;
  }
  .whatsapp {
    position:fixed;
    width:120px;
    height:120px;
    bottom:350px;
    right:60px;
    background-color:#183153;
    color:#FFF;
    border-radius:100px;
    text-align:center;
    font-size:60px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:26px;
  }

  .tel{
    position:fixed;
    width:120px;
    height:120px;
    bottom:350px;
    left: 875px;
    background-color:#183153;
    color:#FFF;
    border-radius:100px;
    text-align:center;
    font-size:60px;
    z-index:100;
  }
  .fa-solid{
    margin-top: 26px;
  }

  .mail{
    position:fixed;
    width:120px;
    height:120px;
    bottom:350px;
    left:60px;
    background-color:#183153;
    color:#FFF;
    border-radius:100px;
    text-align:center;
    font-size:60px;
    z-index:100;
  }