#titleBox {
    position: relative;
    max-width: fit-content;
    overflow: visible;
    top: 23vh;
    left: 17.5vw;
    user-select: none;
}
#welcomeBox {
    position: relative;
    max-width: fit-content;
    overflow: visible;
    top: 19vh;
    left: 6.5vw;
    user-select: none;
}
#homenavbox {
    height: 50vh;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    min-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
    column-gap: 7vh;
    row-gap: 7vh;
    padding: 3% 5%;
}
.button {
    text-align: center;
    line-height: 5em;
    text-decoration: none;
    padding: 0;
    width: 17%;
    min-width: 170px;
    height: 5em;
    font-size: 1.5em;
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.button:hover {
    padding: 0;
    line-height: 4em;
    height: 4em;
    font-size: 2.5em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.centerdivpage {
    width: 100%;
    height:98vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
