@import url('https://fonts.googleapis.com/css2?family=Joti+One&display=swap');
body {
    background-color: rgb(36, 36, 36);
    font-family: 'Joti One', serif, cursive;
    color: white;
    overflow: hidden;
}
#header {
    height: 80px;
    text-align: center;
}
#cake {
    height: 80px;
    position: absolute;
    top: 0.2%;
    left: 33%;
}
#marcy {
    height: 80px;
    position: absolute;
    top: 0.2%;
    right: 35%;
}
#main {
    width: 600px;
    height: 400px;
    margin: auto;
    border-top: 5px dotted rgb(146, 0, 0);
    border-left: 5px dotted rgb(112,112,112);
    border-bottom: 5px dotted rgb(146, 0, 0);
    border-right: 5px dotted rgb(112, 112, 112);
    padding-left: 10px;
}
#banana {
    position: absolute;
    top: 15%;
    left: 15%;
}
#balon {
    position: absolute;
    top: 15%;
    left: 75%;
}
#guzik {
    width: 100px;
    height: 50px;
    font-family: 'Joti One';
    position: absolute;
}

