@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,300&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');



body{
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 30px !important;
    /* max-width: 1200px;
    margin: 0 auto; */
}

.body-black, .body-black>a{
    background: #2e2d2d !important;
    color: rgb(255, 255, 255) !important;
}

.body-white, .body-white>a {
    background: white !important;
    color: black !important;
}

.border-black {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.border-white {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}

a, a:link {
    color:inherit !important;
    font-size: 12px !important;
 }

img{ 
    transform: translateX(0px);
    animation: float 5s ease-in-out infinite;
    width: 300px;
    margin: auto;
    display: block;
    align-items: center;
}

.adv-contact{
    width: auto!important;
    justify-content: center;   
}

@media screen and (max-width: 500px) {
    body{
        font-family: 'Poppins', sans-serif !important;
        width: 100%;
    }

    img{
        width: 150px
    }

    .adv-contact{
        /* display:table !important; */
        width: auto !important;
        justify-content: center;
        margin: 30px;      
    }

    h2{
        padding: 0 !important;
        margin-top: 10px !important;
        font-size: 18px !important;
    }

    h3{
        padding: 0 !important;
        font-size: 15px !important;
    }

    a{
        padding: 0 !important;
        font-size: 20px !important;
        margin-left: 10px !important;     
    }

    .p{
        font-size: 20px !important;
    }

    .sky{
        padding-left: none !important;
    }

    .footer{
        font-size: 10px;
    } 
}

.info{
  text-align: center;
    font-size: 20px;
    font-weight: 700;
}


.p{
    font-size: 16px;
    line-height: 25px;
}

p{
    font-size: 10px !important;
    line-height: 25px;
}

 h2{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
}

a{
    font-size: 25px !important;
    margin: 5px;
    text-decoration: none !important;
}

.footer{
    opacity: 0.3!important;
    text-align: center !important;
    justify-content:baseline;
    margin-top: 100px !important;
}

