html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0b0f19;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.moon {
    position: fixed;
    z-index: -100;
    font-size: 10em;
    opacity: 0.5;
    transform: rotate(35deg);
    bottom: 5%;
    right: 5%;
    user-select: none;
}

.zzz {
    position: fixed;
    z-index: -100;
    font-size: 10em;
    opacity: 0.5;
    top: 2.5%;
    left: 2.5%;
    user-select: none;
}

h1 {
    font-size: 3em;
    margin-bottom: 0px;
}

p {
    font-size: 1.25em;
}

a {
    color:rgb(61, 180, 240);
}