@import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');
body {
    overflow: hidden;
    background-color: rgb(52, 52, 52);
    font-family: 'Jersey 15', arial, serif;
    color: rgb(255, 255, 255);
}
#maincontent {
    width: 60em;
    height: 20em;
    margin-top: 3em;
    margin-left: 18em;
}
#sticker1 {
    position: absolute;
    top: 25%;
    left: 0%;
}
#sticker2 {
    position: absolute;
    top: 25%;
    left: 85%;
}
#banner {
    margin: auto;
}
#gif {
    margin-left: 40%;
}
#guzik {
    width: 100px;
    height: 50px;
    font-family: 'Jersey 15'
}
#darkertext {
    color: grey;
}
#plushie {
    position: absolute;
    left: 75%;
    top: 70%;
}