*{
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
}
.nki{
    display: flex;
    justify-content: space-around;
    padding: 20px 0px 20px 0px;
    margin-left:-100px;
}
.nki img{
    width:100px;
    height:50px;
}
.ri{
    display: flex;
    gap:40px;
    color: rgb(179, 171, 171);
}
.ri a{
    text-decoration: none;
    color:black;
}
.not{
    background-color: rgba(108, 198, 233, 0.315);
    font-size: 12px;
    color: grey;
}
#lo{
    display: flex;
    justify-content: space-around;
}
#lo img {
    width:300px;
    padding: 40px 0px 40px 0px;
}
.first, .second, .third, .forth{
    display:flex;
    justify-content: space-around;
}
.card p{
    font-size: 10px;
    text-align: center;
}
.sok{
    display: flex;
}
.button{
    background-color: skyblue;
}
a{
    width:100%;
}
.card h1{
    font-size: 13px;
}
#box{
    margin: 30px 0;
}


.card-body {
    min-height: 100px !important;
}
.card-img, .card-img-top {
    min-height: 300px !important;
}