body {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Forum', serif;
    background-image: url('/Visuals/Images/Rose.jpg');
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right center;
    background-color: #000;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}





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



.Title {
    font-size: 4rem;
    color: #cc4c4c;
    text-align: left;
    max-width: 53vw;
    margin: 2rem auto 1rem auto;
    width: 100%;
    margin-right: 35%;
}

.Main {
    font-size: 1.8rem;
    color: #cc4c4c;
    max-width: 53vw;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    margin-right: 35%;
    margin-bottom: 18rem;
    word-wrap: break-word;
}

.Info {
    font-size: 1.2rem;
    color: #cc3333;
    max-width: 50vw;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-right: 35%;
    margin-bottom: 10vh;
}








