@use "../../../shared/styles/colors.scss" as *;
.Page {
background-color: $background-secondary;
height: 100%;
width: 80%;
margin: auto;
@media (max-width: 600px) {
width: 100%;
}