.cover{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:20px;
}
.second-page{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.menu > ul li{
    list-style: none;
    background-color: #FAFAFA;
    width: 200px;
    height: 20px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.menu ul{
    display: flex;
    justify-content: space-evenly;
}
.menu{
    margin-bottom: 30px;
}
.revi{
    display: flex;
    align-items: center;
    gap: 130px;
}
.almos{
    display: flex;
    align-items: center;
    gap: 170px;
    
}
.card{
    background-color: rgb(255, 255, 255);
    width: 340px;
    height: 438px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.085);
}
.all-card{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.btn{
    display: flex;
    background-color: black;
    color: white;
    width: 160px;
    height: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.buttom{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sec2{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}