* {
    box-sizing: border-box;
    font-family: "VT323", monospace;
    font-size: 28px;
}

.general-text {
    box-sizing: border-box;
    font-family: "VT323", monospace;
    color: #dd83cb;
    font-size: 28px;
}

@font-face {
    font-family: "VT323";
    src: url("../transfonter.org-20230717-144525/VT323-Regular.ttf") format("truetype"),
        url("../transfonter.org-20230717-144525/VT323-Regular.woff") format("woff");
}

body {
    margin: 5px 40px 40px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.choice {
    display: flex;
    align-self: center;
    margin-top: 20px;
}

.choice__form {
    display: flex;
    flex-direction: row;
}

.choice div {
    display: flex;
    align-self: center;
    margin-left: 100px;
    font-size: 28px;
    color: #323232;
}

.choice div:first-of-type {
    margin-left: 0;
}

.choice__form__btn {
    width: 115px;
    height: 40px;
    font-size: 28px;
    line-height: 30px;
}

.option_scribe {
    margin-bottom: 5px;
}

.pressed {
    background-color: #c2c42f;
}

.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;
}

.no-choose {
    border: 5px solid red;
    width: 270px;
    height: 160px;
    background-color: gainsboro;
    color: #323232;
    position: fixed;
    top: 40vh;
    left: 41.5vw;
    font-size: 28px;
    padding-left: 0;
    text-align: center;
    z-index: 11;
}

.no-choose p {
    margin: 28px 5px;
}

.already {
    border: 5px solid red;
    width: 250px;
    height: 140px;
    background-color: gainsboro;
    color: #323232;
    position: fixed;
    top: 40vh;
    left: 41.85vw;
    font-size: 28px;
    padding-left: 0;
    text-align: center;
    z-index: 12;
}

.already p {
    margin-top: 32px;
}

.hide {
    display: none;
}

@media (max-width: 1281px) {
    .no-choose {
        left: 39.5vw;
    }
}

@media (max-width: 1025px) {
    .no-choose {
        left: 36.5vw;
        top: 28vh;
    }

    .already {
        left: 20.2vw;
        top: 30vh;
    }
}

@media (max-width: 431px) {
    .no-choose {
        left: 22.5vw;
    }
}

@media (max-width: 415px) {
    .no-choose {
        left: 12.5vw;
    }
}

@media (max-width: 360px) {
    .choice__form div:nth-of-type(2) {
        margin-left: 80px;
    }
}

@media (max-width: 280px) {
    .choice__form div:nth-of-type(2) {
        margin-left: 20px;
    }

    .already {
        left: 5.2vw;
    }

    .no-choose {
        left: 1.5vw;
    }
}