body {
    text-align: center;
    background-color: #000000;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

h1 {
    font-size: 100px;
    color: #ffffff;
}
    a {
        color: #ffffff;
        text-decoration: none;
    }

.button {
    width: 300px;
    height: 60px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button {
    /* existing CSS properties */
    display: block;
    margin: 0 auto;
}

.button:hover {
    background-color: #85d12f;
    color: black;
}

#login {
    margin-top: 10px;
    margin-bottom: 50px;
}

/* Add creative CSS for the logo */
.logo {
    width: 800px;
    height: 300px;
    margin-top: 0px;
    margin-bottom: 50px;
}