*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.main-section{
    background-color: aqua;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;

}
/* btn */
.full-width-btn {
    width: 100%;
    background-color: #ffc107;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 10px;
    color: black;
    font-size: 16px;
    height: 60px;
    border-radius: 15px;
    font-size: 20px;
}
.full-width-btn:hover {

    background-color: aqua;
    color: #040404;
}

/*  img */

.custom-img {
    height: 600px;
    width: 300px;
    object-fit: cover; 
    
}
.register-img{
    margin-top: 40px;
}

.img .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-img {
    display: flex;
    justify-content: center;
}

.custom-img {
    width: 80%; 
}


.img img {
    max-width: 80%;
    height: auto;
}

.custom-btn {
    font-weight: bold !important;
    cursor: pointer;
}

.custom-btn:hover {
    cursor: pointer;
}

/* footer */

.footer{
    background-color: aqua;
    font-weight: 600;
    font-size: 18px;
}