body {
    font-family: Arial, sans-serif;
    background: #000000;
    display: flex;
    height: 25vh;
    justify-content: right;
    align-items: center;
}

.quote-box {
    background: #000000;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: center;
}

#quote {
    font-size: 1.5rem;
    color: #ffffff;
}
