.center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.half-wrapper {
    display: flex;
    justify-content: center;
}

.half-wrapper .half {
    width: 45vw;
}

.vertical-space {
    height: 3vh;
}

.horizontal-space {
    width: 5vw;
}

a.button {
    text-decoration: none;
    font-size: 2rem;
    padding: 15px 25px;
    background-color: rgb(187, 55, 55);
}

.tab {
    tab-size: 4;
}

.line {
    border-radius: 2px;
    margin: 0 15px;
    margin-top: 2.25vh;
    height: 2px;
    background-color: #ffffff52;
    flex-grow: 1;
}