* {
    margin: 0;
    padding: 0;

    word-wrap: break-word;
    transition: 0.3s;

    font-family: 'Montserrat', sans-serif;
}

a {
    color: #000000;
}

.header-division {
    width: 100%;
    height: 5vmin;
}

.small-header-division {
    width: 5vmin;
    height: 100%;

    font-size: 3.5vmin;
    cursor: pointer;

    z-index: 0;
}

.header-text {
    font-size: 2vmin;
    text-align: center;
}

.header-link {
    width: 50%;
}

.main-division {
    width: 100%;
    height: 95vmin;
}

.flexible-division {
    display: block;
    height: 100%;
}

.title-division {
    width: 100%;
}

.title-text {
    font-size: 9vmin;
    text-align: center;
}

.tylos-division {
    width: 100%;
    height: 10vmin;
}

.text {
    max-width: 95%;
    max-height: 95%;

    font-size: 2.5vmin;
    text-align: center;
}

.center-all {
    display: flex;

    align-items: center;
    justify-content: center;
    text-align: center;
}

.scrollable {
    overflow-y: auto;
    flex-wrap: nowrap;
}

#stable-container {
    height: 25vmin;
}

#sentence-label {
    max-width: 90%;
}

#sentence {
    width: 90%;
    height: 75%;

    font-size: 2vmin;
    text-align: center;
}

#tylos-result {
    width: 100%;
    height: 50vmin;
}

#result {
    width: 90%;
    height: 90%;
}