body, html {
    background-color: black;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80%;
    display: table;
    color: rgb(98,98,98);
    font-family: "PixelOperator", sans-serif;
}
.center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

a {
    color: rgb(98,98,98);
    text-decoration: none;
}
a:hover {
    color: rgb(98,255,98);
    text-decoration: underline;
}
.linkmeupbaby {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.linkmeupbaby a {
    display: inline-block;
}