body {
    height: 100vh;
}

.content {
    height: 100%;
    justify-self: center;
    align-content: center;
    max-width: 920px;
    text-align: center;
}

.section-selected-mark {
    width: .2rem;
    margin-block: .3rem;
    background-color: white;
}

.section-selected-mark-hidden {
    width: .2rem;
}

.tab-selected-mark {
    width: 90%;
    height: .2rem;
    background-color: black;
    margin: auto;
}

.tab-selected-mark-hidden {
    height: .2rem;
}

.tab-link {
    text-decoration: none;
    color: black;
    margin-inline: 2rem;
}

.mw-800 {
    max-width: 800px;
}

.mw-950 {
    max-width: 950px;
}

.mw-1200 {
    max-width: 1200px;
}

.emia-screens {
    list-style: none;
    padding-left: 0;
}

.centered-col {
    width: max-content;
    text-align: center;
}

.increased-padding {
    padding-inline: 1.5rem;
    padding-block: .5rem;
}

.medium-input {
    max-width: 300px;
}

.long-input {
    max-width: 600px;
}

.screen-editor {
    width: 800px;
}

.pointer-cursor {
    cursor: pointer;
}

.active-icon {
    filter: invert(20%) sepia(97%) saturate(5000%) hue-rotate(210deg);
}
