* {
    font-family: Arial, sans-serif;
    font-size: large;
}
a {
    text-decoration: none;
    color: white;
    display: block;
}
input:focus {
    border-color: var(--tentris-purple);
    box-shadow: 0 0 2px var(--tentris-purple);
    outline: none !important;
}
h1 {
    color: var(--tentris-red);
    font-size: xx-large;
}
h2 {
    font-size: x-large;
}
.box-outer {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 25vh;
}
.box-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}