body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2vh 2vw;
    position: relative;
}

h1 {
    position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
}

h2 {
    position: absolute;
    top: 2vh;
    font-size: min(2.7rem, 6.0vw, 6.0vh);
    font-weight: bold;
    margin-top: min(2.5rem, 4vh);
    margin-bottom: min(0.5rem, 1vh);
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
}

.app-description {
    position: absolute;
    top: 19vh;
    right: 8vw;
    width: min(18em, 35vw);
    font-size: min(1.1rem, 2.2vw, 2.2vh);
    color: #7a6c4d;
    font-style: italic;
    text-align: center;
    transform: rotate(15deg);
}

h3 {
    font-size: min(2.2rem, 4.0vw, 4.0vh);
    font-weight: bold;
    margin-top: min(2.5rem, 4vh);
    margin-bottom: min(1.5rem, 2.5vh);
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(1rem, 1vh);
    margin: 3vh auto;
    width: min(60vh, 80vw);
}

.home-buttons {
    min-width: 10ch;
    width: 40%;
    height: auto;
    aspect-ratio: 5 / 2;
    background-image: url('../images/button-backgrounds.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    font-size: min(1.1rem, 2.4vw, 2.2vh);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(0.8em, 1.5vh) min(1.6em, 2vw);
    margin-bottom: 0.05vh;
}

.or-text {
    font-size: min(1.1rem, 2.2vw, 2.2vh);
    color: #bba77a;
    margin: 0.05vh 0;
    font-style: italic;
    text-align: center;
}