.home{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(10,10,10,.1),rgba(4,7,30,0.7)),url('./home.jpg');
}
.imgs{
        background: linear-gradient(rgba(10,10,10,.1),rgba(4,7,30,0.7)),url('./home.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 60vh;

}
.first_page1{
    background: linear-gradient(rgba(10,10,10,.1),rgba(4,7,30,0.7)),url('./home.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
}

.first_page p{
    font-size: 25px;
    text-align:justify;
}
.dropdown-menu{
    color: red;
}
.navbar-nav{
    background: transparent!important;
}

.navbar-nav a{
    color: black;
    font-size: 20px;
    padding-right: 20px!important;
    top:0;

}
.content_conf h3{
   
    width:40%;
    font-size: 25px;
    padding: 15px;
    padding-left: 30px;
    border-radius: 15px;
    color: black;
    background-color: rgb(166, 166, 235);
    margin-top: 5%!important;
    margin-left:30%;
    text-align: center;
}

.content_conf p{
    width:50%;
    text-align: center;
    margin-left: 25%;
    padding-left: 30px;
}

.content_conf ol{
    width: 40%;
    margin-left: 30%;
    border: none;
    padding-top: 20px;
    font-size: 22px;
}