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


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


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

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


.Info {
    font-size: 1.9rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    padding: 1rem;
    max-width: 55vw;
    text-align: left;
    box-sizing: border-box;
    margin-top: 15vw; 
    padding-bottom: 15vh;
}







