.background{
    background-color: aliceblue;
    height: 145vh;
    background-position: center;
    background-size: cover;
}
.model{
    display: flex;
    flex-wrap: wrap;
    height:65%;
    width: 100%;
    gap: 35px;
    justify-content: center;
    align-items: center;
}
h1{
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 70px;
    margin-left: 50px;
    margin-top: 50px;
}
.b{
    height: 30%;
    width: 20%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: larger;
}
.b img{
    width: 100%;
    height: 80%;
    object-fit: cover;
    margin-bottom: 10px;
}
.b img:hover{
    cursor: pointer;
    transform: scale(1.07);
    transition: transform 0.3s ease;
    filter: brightness(120%);
}
