body {
    background-image: url("/Visuals/Images/Courtroom.jpg"); 
    background-position: left bottom;
    background-color: black;
    background-size: 43%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    color: black;
    min-height: 100vh;
    font-family: 'Forum', serif;
}


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


.Title {
    font-size: 2.2vw;
    color: rgb(200, 175, 154);
    margin-left: auto;
    margin-right: 2vw;
    max-width: 53vw;
    text-align: center;
    
}

.Main {
    font-size: 1.5vw;
    color: rgb(200, 175, 154); 
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: auto;
    margin-right: 2vw;
    max-width: 53vw;
    text-align: left;
}


.Info {
    font-size: 1vw;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: 2vw;
    max-width: 53vw;
    margin-top: 12vh;
}


