body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Courier New', Courier, monospace;
    background: #000;
    color: white;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.logo-text p {
    font-size: 3rem;
    margin: 0;
}

#time {
    font-size: 1.2rem;
    margin-top: 10px;
}

.buttons {
    margin-top: 40px;
}

.button {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    transition: 0.3s;
}

.button:hover {
    background-color: white;
    color: black;
}
