.settings-area {
background: url("/static/snow.gif");
border: 1px solid white;
box-sizing: border-box;
}
@media screen and (max-width: 800px) {
width: calc(100% - 1px);
.settings-section {
background: rgba(0.77, 0.77, 0.77, 0.43);
border: 3px inset black;
color: white;
p {