body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Arial, sans-serif';
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #333333;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0;
    align-items: center;
    justify-content: center;
}

.button-link {
    color: white;
    text-decoration: none;
}

#link1, #link2 {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.fade-in {
    opacity: 0;
    transition: opacity 3s;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    flex-direction: column;
}
