body{
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
}
.logo{
    margin-top: 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .ads{
        max-height: 100px !important;
    }

}

.ads{
    max-height: 100px !important;
}

.ip{
    font-weight: bold;
    font-size: 15px;
}

.ipbox{
    background-color: #1f4872;
    padding: 10px;
    margin-top: 50px;
}
.ipbox .ip{
    color: white;
    font-size: 22px;
}

.bodymenu{
    margin-top: 10px;
    padding: 10px;
}
.bodymenu .row .col-sm-4{
    padding: 25px;
    border:solid 1px #6c757d;
    border-radius: 5px;
}
.bodymenu .row .col-sm-4:hover{

    background-color: white;
}



.bodymenu .row .col-sm-4 .bi{
    color: #2d587f;
    font-size: 30px;
}
.bodymenu .row .col-sm-4 span{
    color: #2d587f;
    font-size: 30px;
}

.searchbox{
    margin-top: 50px;
}
.searchbox .search{
    margin-bottom: 15px;
}

.searchbox .row .form-control{
    font-size: 20px;
}

.searchbox .row .button{
    width: 100%
}


