body {
    /*background-image: url(img/birdpattern.png);*/
         background-color: #EDF2F6;
         background-repeat: no-repeat;
         background-position: right top;
         background-size: 167px;
     }
.containerroot{
margin-top:100px;
}
     .custom-tab {
         
         padding: 20px;
         margin: 20px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         border-radius: 10px;
         background-color: #fff;
         transition: all 0.3s ease;
     }

     .custom-tab:hover {
         box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
     }
     .custom-tab  span{
        margin-top: 15px;
        display: block;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #0160a9;
        margin-bottom: 10px;
     }
     .logomain{
         margin: auto;
 display: block;
 margin-bottom: 40px;
     }
     .tabicon{
         display: block;
 text-align: center;
 margin: auto;
 height: 100px;
 width: auto;
     }

     @media(max-width:768px){
         .containerroot {
 margin-top: 30px;
}
body {
     background-position: right top;
 background-size: 100px;
}
     }