@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    background-image: url('../img/img.jpg');
    background-color: #000;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.menu{
    display: flex;
    width: 45rem;
    flex-wrap: wrap;
    margin-top: 4%;
}
.box{
    border-radius: 0.6rem;
    /* background-color: #D6375D; */
    background-color: #212529;
    height: 9.375rem;
    width: 12.5rem;
    margin: 0.938rem;
    text-align: center;
    transition: all .1s ease;
    cursor: pointer;
}
.box a{
    font-size: 1.1rem;
    margin: auto;
    width: 6rem;
    padding-top: 6rem;
    color: #fff;
    text-decoration: none;
}
.box:hover{
    background-color: #fff;
}
.box:hover  .link{
    color: #000;
}
.box2{
    background-color: #fff;
    width: 95%;
    height: 20%;
    padding: 10px;
}
.box2 a{
    color: #000;
}

.box3{
    width: 35rem;
    background-color: #fff;
    border-radius: 1rem;
    margin: 0.6rem;
    padding: 0.9rem;
    height: 110%;
}