body {
    background-color: rgb(20, 20, 20);
    color: white;
    height: 100%
}

a {
    color: white;
}

.center {
    /*border: 5px solid;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    /*width: 100%;*/
}

p {
    font-size: 2rem;
}