body {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Modern Antiqua', serif;
    background-image: url('/Visuals/Images/Book.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 15vw center;
    background-color: #000000;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}



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



.TextWrapper {
    margin-left: 5vw;
    width: 55vw;
    padding: 2vw;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 65%, rgb(0, 0, 0) 100%);
    color: white;
}

.Title {
    font-size: 3.4vw;
    color: white;
    text-align: center;
    max-width: 50vw;
    margin-bottom: 5vh;
}

.Main {
    font-size: 1vw;
    color: white;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    word-wrap: break-word;

}


.Quote {
    font-size: 1.2vw;
    color: white;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    margin-left: 12%;
    font-style: italic;
}

.Info {
    font-size: 0.8vw;
    color: white;
    max-width: 50vw;
    text-align: center;
    margin-top: 25vh;
    margin-bottom: 10vh;

}







