main {
   justify-content: center;
}

.container2 {
    display: flex;
    gap: 50px;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ccc;
    align-self: center;
    width: 80%;

    
}

.box {  
    font-family: 'Oswald';
    background-color: #F2D8EB;
    width: 220px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0.1rem 0.5rem;
    margin-right: 2px;
    
}
.box:hover{
    color: #8a396e;
}

.img {
    width: 200px;
    height: auto;    
}

.link {
    text-decoration: none;
    color: black;
}
.link:hover {
    color: #8a396e;
}

.vbanner {
    box-shadow: 10px 15px 20px black;
    width: 95%;
}

.banner {
    width: 600px;
    height: auto;
}