.tab {
    width: 100%;
    height: 35rem;
    background-color: #353535;
    box-sizing: border-box;
    margin-top: 3rem;
    border-radius: 20px;
    margin-left: 30px;
}

.box {
    width: 13rem;
    height: 10rem;
    background-color: #353535;
    margin: 1rem;
    border-radius: 15px;
}

.boxes {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.lastbox {
    height: 50%;
    width: 100%;
    background-color: #353535;
    box-sizing: border-box;
    margin-top: 1.75rem;
    border-radius: 15px;
}

.full {
    display: flex;
    justify-content: space-between;

}

.search {
    width: 95%;
    height: 12%;
    background-color: #353535;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 10px;
    color: white;
    padding-left: 10px;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.one {
    background-color: #2f3d47;
    color: white;
}

.icon {
    text-align: center;
    padding: 20px;
}

.head {
    font-size: 25px;
    text-align: center;
    padding: 20px;
}

.container {
    background-color: #cad2c5;
}