*{
    padding: 0;
 }
 @import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');
 .container{
    width: 90%;
    margin: 0 auto;
 }
 .header{
        margin: auto;
        width: 70%;
        background-color: white;
    }
    .in_header{
        display: flex;
        margin: 0 auto;
        width: 85%;
    }
    .logo{
        width: 290px;
    }
    .banner{
        margin-top: 2.5%;
        margin-left: auto;
        color: #013358;
        font-family: 'Ramabhadra', sans-serif;
        font-size: 2.5rem;
    }
    .in_header2{
        width: 85%;
        margin: auto;
        background-color: #013358;
        border-radius: 0px 0px 12px 12px;
    }
    .banner2{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        color: white;
        font-family: 'Ramabhadra', sans-serif;
        font-size: 1.5rem;
    }
    .buttons{
        margin-top: 5rem;
    }
    .left_button{
        width: 250px;
        height: 80px;
        padding: 8;
        background-color: #013358;
        border-bottom: 3px solid #D78A39;

    }
    .left_a{
     text-decoration: none;
     font-weight: 800;
     color: whitesmoke;
    }
    .central{
        display: flex;
    }