@use "sass:color"; @use "../variables" as *; div.plate_container { display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; border: 2px solid $color-dark; grid-column: right / right; grid-row: upper / 3; h2 { margin-bottom: 1%; text-align: center; } }