body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: red;
    color: black;
    overflow: hidden;
}

p,
h1 {
    font-family: "Alagard";
    color: black;
    width: fit-content;
    user-select: none;
}

.inline {
    display: flex;
    flex-direction: row;
}

.hidden-h1 {
    color: white;
}

a {
    color: black;
    text-decoration: none;
    width: fit-content;
}

.contact {
    color: black;
    text-decoration: none;
    width: fit-content;
}

#not-ready:hover,
#ready:hover,
.contact:hover {
    background-color: black;
    color: white;
}

.hidden-center {
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
}
