body {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Annie Use Your Telescope', serif;
    background-image: url('/Visuals/Images/SmallBird.jpg'), url('/Visuals/Images/Paper.jpg');
    background-size: 26% 103%, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    background-position: left center, center center;
    background-color: #000;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}





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



.Title {
    font-size: 4rem;
    color: black;
    text-align: left;
    max-width: 50vw;
    margin: 2rem auto 1rem auto;
    width: 100%;
    margin-left: 40%;
    text-shadow: 2px 2px 4px white;

}

.Main {
    font-size: 1.8rem;
    color: black;
    max-width: 50vw;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    margin-left: 40%;
    margin-bottom: 18rem;
    text-shadow: 2px 2px 4px white; 
    word-wrap: break-word;

}

.Info {
    font-size: 1.2rem;
    color: black;
    max-width: 50vw;
    width: 90%;
    text-align: left;
    margin-left: 40%;
    margin-bottom: 10vh;
    text-shadow: 2px 2px 4px white; 

}







