* {
    box-sizing: border-box;
    font-family: "Changa", sans-serif;
}

@font-face {
    font-family: "Changa";
    src: url("../transfonter.org-20220810-130908/Changa-Regular.ttf") format("truetype"),
        url("../transfonter.org-20220810-130908/Changa-Regular.woff") format("woff");
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.menu-block {
    display: flex;
    flex-direction: column;
    margin-block: 30vh;
}

.button {
    display: flex;
    text-decoration: none;
    color: #323232;
    font-size: 38px;
}

.return,
.math,
.music,
.creator,
.quit {
    display: flex;
    justify-content: center;
}

@media (max-width: 912px) {
    .menu-block {
        margin-block: 12vh;
    }
}

@media (max-width: 281px) {
    .button {
        font-size: 20px;
    }
}