.textbody {
    max-width: 400px;
    width: 90%;
    word-wrap: break-word;
    margin: 14rem 0 2rem 10vw; /* Top, right, bottom, left */
    transform: none;
    font-size: 1rem;
    line-height: 1.6;
    color: red;
}
@media (max-width: 600px) {
    .textbody {
        max-width: 95vw;
        width: 95vw;
        font-size: 1.1rem;
        margin: 1rem 0 1rem 12vw; /* Top, right, bottom, left */
    }
    .header h1 {
        font-size: 1.5rem;
    }
}

.darkroomImage {
    display: block;
    float: right;
    margin-left: -124rem;
    margin-top: -34rem; /* Move image up */
    max-width: 40vw;
    height: 600px;
}

body{
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
    font-family: 'IM Fell DW Pica';
    background-image: url(./Background_theDarkroomProjectMain.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

a {
    color: red;
    text-decoration: none;
    
}

a:visited {
    color: red;
}

a:hover, a:focus {
    text-decoration: underline;
}