* {
    box-sizing: border-box;
    font-family: "Freehand", cursive;
    color: #323232;
    font-size: 28px;
}

.general-text {
    box-sizing: border-box;
    font-family: "Freehand";
    color: #323232;
    font-size: 28px;
}

@font-face {
    font-family: "Freehand";
    src: url("../transfonter.org-20230705-220750/Freehand-Regular.ttf") format("truetype"),
        url("../transfonter.org-20230705-220750/Freehand-Regular.woff") format("woff");
}

body {
    margin: 5px 40px 40px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.return-block {
    margin-right: 30px;
    padding-top: 20px;
}

.menu-text {
    font-size: 30px;
    color: #323232;
    text-decoration: none;
}

.further-block {
    margin-left: 30px;
    padding-top: 20px;
}