body {
    background-color: rgb(29, 29, 29);
    color: rgb(207, 207, 207);
    font-family: Arial, sans-serif;
    font-size: 18px;
    align-items: center;
    text-align: center;
}

a {
    color: rgb(207, 207, 207);
    font-family: Arial, Helvetica, sans-serif;
    position: center;
    align-items: center;
    text-align: center;
    text-decoration: solid, underline;
}

div {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    position: absolute;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}