body {
    background-color: black;
}

div {
    background-color: grey;
    color: white;
    font-size: 36px;
    width: 20%;
    padding:40px;
    text-align: center;
    border-radius: 25px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a {
    color: white;
    text-decoration: none;
    cursor: default;
}