.center-box {
    translate: 25vw 50vh;
    align-items: center;
    align-self: center;
    width: 25vw;
    height: 25vh;
}

.title {
    font-family: Helvetica;
}

.subtext {
    color: gray;
}

footer {
    position: absolute;
    padding: 5px;
    color: lightgray;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    z-index: 10;
}