body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: #FFFAEE;
    box-shadow: inset 0 0 0 10px black;
}