


    .about-sidebar{
        padding: 30px 20px;
        border: 1px solid #003366;
        border-radius: 5px;
    }



    
    .about-sidebar h2{
       padding-bottom: 20px;
    }


    .register-btn{
        margin-top: 30px;
        padding: 10px 20px;
        border-radius: 10px;
        background-color: #003366;
        color: white;
    }


    
    .register-btn:hover{
        color: #003366;
        background-color: white;
    }