@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'Press Start 2P', monospace, sans-serif;
    position: relative;
    background-image: url('/img/wallpaper.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    overflow: hidden;
}

a {
    display: block;
    color: #8C566A;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
}

.space1,
.space2 {
    position: absolute;
    width: 300px;
    height: 550px;
    padding: 10px;
    top: 20px;
    bottom:20px;
    box-sizing: border-box;
    border: 2px solid #8C566A;
}

.space1 {
    left: 50px;
}

.space2 {
    right: 50px;
}



