*{
    margin: 0;
    padding: 0;
}

header{
    padding: 10px;
    background: #f0f0f0;
}
div>.navbar-brand{
    margin-top: 3px;
    margin-right: 10px;
}
.n2>button{
    margin-right: 6px;
}
.navbar-brand>a{
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color: black;
    text-decoration: none;
}
.id>img{
    border-radius: 25px;
}
.menu{
    margin-right: 10px;
    border: 0px solid;
}
.use{
    border: 0px solid;
}
.row{
    padding-top: 5px;
}
.row>.list{
    padding: 20px;
    background-color: #f0f0f0;
}
.list>.features{
    padding: 8px;
    padding-left: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
}
.list>.features:hover{
    background-color: rgb(198, 198, 198);
}
.ff{
    background-color: rgb(107, 205, 248);
}
.ff:hover{
    background-color: rgb(107, 205, 248);
}
.list>.features>span{
    margin-top: 10px;
    margin-left: 20px;
}


.card_area{
    padding: 20px;
}
#forms{ 
    margin-top: 20px;
    margin-left: 290px;
    padding: 20px;
    width: 255px;
    background-color: rgb(235, 235, 235);
    display: none;
    z-index: 10;
    position: absolute;
}
label>input{
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-left: 20px;
    border: 1px solid rgb(205, 204, 204);
}
#forms>button{
    padding: 8px;
    border: 1px solid rgb(205, 204, 204);
}
#show{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.box{
    width: 350px;
    height: 350px;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    border-radius: 12px;
    border: 1px solid #9f9f9f;
} 
.box>img{
    width: 348.9px;
    height: 180px;
    position: absolute;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin-bottom: 5px;
}
@media (max-width : 320px) {
    .box>img{
        width: 255px;
    }
}
@media (max-width : 376px) {
    .box>img{
        width: 311px;
    }
}
.box>.text{
    padding: 10px;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    font-family: 'Times New Roman', Times, serif ;
}
.text>h2{
    font-size: 38px;
    text-decoration: underline;
}
.text>h5{
    font-size: 20px;
    font-weight: 500;
}
.box>footer{
    margin-top: 90px;
    text-align: right;
}
footer>span{
    margin-right: 5px;
    cursor: pointer;
}
.list >.feature{
    padding: 8px;
    padding-left: 50px;
    margin-bottom: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.feature>h5{
    font-size: 14px;
    font-weight: 500;
}
.feature>h6{
    font-size: 10px;
}
.list>.feature:hover{
    background-color: rgb(198, 198, 198);
}
