body {
    background-color: rgb(0, 0, 0);
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img1,.img2,.img3 {
    height: 120px;
    width: 120px;
}


.box1,.box2,.box3 {
    height: 200px;
    width: 200px;
    background-color: rgb(7, 7, 7);
    cursor: pointer;
    border-radius: 20px;

    box-shadow: 0 0 40px 5px rgba(106, 155, 42, 0.7);

    display: flex;
    justify-content: center;
    align-items: center;

}

.container {
    display: flex;
    gap: 70px;
}
