:root{
    --bg :#F5F5F5;
    --clr-1: #1565F8;
}

body{
    background-color: var(--bg);
}

spam{
    color: var(--clr-1);
}
p {
    font-size: 13px;
}
.btn{
    background-color: var(--clr-1)!important;
    padding: 10px 28px;
    border: none!important;
    border-radius: 10px!important;
    color: white!important;
}

.social {
    margin-left: 46%!important;
}

li a :hover{
    color: var(--clr-1);
}

.form-control{
    border: none!important;
}

@media only screen and (max-width: 600px) {
    .sec-1{
        height: 92%!important;
        margin-top: 12%!important;
    }  
}

@media only screen and (max-width: 1024px) {
    .sec-1{
        height: 95vh!important;
        margin-top: -2%!important;
    }
.sec-6 {
        width: 80%!important;
    
}
.card{
    width:13rem!important;
}
}

@media only screen and (min-width: 1200px) {
.sec-1{
    padding-top: 2%!important;
    height: 100vh!important;
    
}
}