body {
    background-image: url('/Visuals/Images/Manet.jpg');
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: 'Indie Flower', serif;
    color: white;
    position: relative; 
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}


/* ------------------------------------------------------------- */

.BlackBox {
    background-color: rgba(0, 0, 0, 0.7);
    width: 55vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2rem;
}


.Title {
    font-size: 5.5rem;
    color: white;
    width: 90vw;
    max-width: 55vw;
    text-align: center;
    margin-top: 2vh; 
}

.Main {
    font-size: 1.5rem;
    color: white;
    margin-top: 5vh;
    max-width: 50vw;
    text-align: left;
}


.Info {
    font-size: 1rem;
    color: white;
    padding: 1rem;
    max-width: 55vw;
    text-align: left;
    margin-top: 8vh; 
    padding-bottom: 6vh;
}







