.prompt {
    font-size: 28px;
    text-align: center;
}

.text-input {
    width: 70%;
    height: 600px;
}

.submit {
    width: 180px;
    height: 80px;

    font-size: 30px;
}

.question-field {
    min-width: 70%;
    padding: 20px;

    text-align: center;

    background-color: rgb(250, 254, 252);
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.question-field .restart-field {
    width: 100%;

    display: flex;
}

.question-field .title {
    font-size: 28px;
    font-weight: bold;
}

.question-field .item {
    min-width: 180px;
    padding: 5px;

    font-size: 28px;
    word-wrap: break-word;

    background-color: rgb(251, 253, 254);
    border-radius: 5px;
}

.question-items {
    font-size: 28px;
    text-align: center;
    gap: 20px;

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.smaller-sep {
    height: 10px;
}

.select {
    width: 120px;
    height: 80px;

    font-size: 28px;
}

.result-field {
    min-width: 70%;
    max-width: 100%;
    padding: 20px;

    font-size: 28px;

    background-color: rgb(250, 254, 252);
    border-radius: 5px;
}

.result-field .item {
    word-wrap: break-word;
}

.restart {
    width: 180px;
    height: 80px;

    font-size: 30px;
}

.small-restart {
    width: 30px;
    height: 40px;
}

.description {
    font-size: 22px;
}

.description .title {
    font-size: 28px;
}
