* {
    box-sizing: border-box;
    font-family: "Freehand", cursive;
}

@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;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 60vh;
    position: relative;
    width: 100%;
}

.container__image {
    width: 31%;
}

.answer-text {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 5px;
    color: #323232;
    font-size: 28px;
}

.main {
    display: flex;
    flex-direction: column;
}

.score {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 50px;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 10px;
}

.score {
    display: flex;
    flex-direction: row;
    font-size: 37px;
    color: #323232;
}

.return-block {
    margin-right: 30px;
    padding-top: 20px;
}

.further-block {
    margin-left: 30px;
    padding-top: 20px;
}

.menu-text {
    font-size: 30px;
    color: #323232;
    text-decoration: none;
}

@media (max-width: 431px) {
    .answer-text {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 391px) {
    .further-block {
        margin-left: 70px;
    }
}