body {
    background-color: #101111;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0 40px; /* Add padding to the body */
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 1.5px solid black; /* Increased thickness */
}

.cover {
    text-align: center;
    max-width: 600px; /* Set a maximum width for the cover */
    margin: 0 auto; /* Center the cover */
    padding: 0 20px; /* Add padding to the cover */
}

.cover h1 {
    color: #fff;
    font-size: 45px;
    font-weight: regular;
    margin-bottom: 20px; /* Double the margin-bottom to add more space */
}

.cover h2 {
    color: #fff;
    font-size: 20px;
    font-weight: regular;
    margin-bottom: 40px; /* Double the margin-bottom to add more space */
}

.cover button {
    background-color: #fff;
    color: #101111;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px; /* Double the margin-top to add more space */
}
