@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    color: white;
    font-family: "Inter", Sans-Serif;
}
body{
    background: linear-gradient(#bd1302, #7b0115);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#main{
    padding: 40px 2%;
}
#first, #secound{
    padding: 10px;
    width: auto;
}

img{
    width: 95px;
    border-radius: 50%;
    /* padding: 10px; */
    margin: 10px;
}
.h{
    padding: 5px;
}
h1{
    font-weight: 700;
    font-size: 20px;
    /*line-height: 1.5;*/
}
h2{
    font-size: 15px;
    /*line-height: 1.5;*/
}

.btn-outline-success{
    border-color: white;
    border-radius: 50px;
    padding: 22px;
    margin: 3px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px;
}
.btn:hover, .btn:active, .btn:focus-visible{
    background-color: #ffffff !important;
    color: #e60000 !important;
    border-color: white !important;

}


@media (min-width: 580px){
    #secound{
        width: 65%;
    }
}

@media (min-width: 992px){
    #secound{
        width: 48%;
    }
}
