body{
    height: 100vh;
    background-color: rgb(26, 24, 24);
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    height: 350px;
    aspect-ratio: 1;
    background-color: rgba(255, 255, 255, 0.083);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}