*{

}

.container {
    display: flex;
    flex-direction: column;
    width: 50vw;
}
body {
    background-color: beige;
}