html {
    background-color: #000;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    cursor: url('./images/emotes/rsz_dansgame-png.png'), auto;
}

.erobb12 {
    width: 200px;
    padding-left: 20px;
}

.erobb12 img {
    height: 250px;
    width: 300px;
}



.logo {
    position: absolute;
    left: 30px;
    top: 20px;
}

.peanutsimg {
    height: 70vh;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}