.container{
min-width: 100vw;
min-height: 5vw;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid black;
gap: 200px;
background-color: rgb(18, 11, 26);
}
.container{
min-width: 100vw;
min-height: 5vw;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid black;
gap: 200px;
background-color: rgb(18, 11, 26);
}