@font-face {
    font-family: 'ChopinScript';
    src: url(img/fonts/ChopinScript.ttf)
}
body {
    background-color: black;
    font-family: 'ChopinScript', cursive;
    overflow: hidden;
    color: white;
}
#heading {
    width: 400px;
    height: 230px;
    color: white;
    margin: auto;
}
#symbol {
    margin-left: 120px;
}
#headertext {
    font-size: 2.5em;
}
#rightside, #leftside {
        width: 250px;
    height: 100vh;
    position: absolute;
    top: 0%;
    padding-left: 50px;
    z-index: -1;
}
#rightside {
    left: 1%;
}
#leftside { 
left: 80%;
}
#centertext {
    margin: auto;
    height: 400px;
    width: 570px;
    padding-left: 30px;
}
#guzik {
    width: 100px;
    height: 50px;
    font-family: 'ChopinScript';
    z-index: 999;
}
#theydonot {
    position: absolute;
    left: 60%;
    top: 30%;
}