#body {
    background-color: black;
    margin: 0;
}

.mailAnchor {
    text-decoration: none;
    color: #555;
}

.text_block {
    position: absolute;
    top: 10px;
    left: 40px;
    max-width: 95%;
    width: 95%;
    max-height: 400px;
    font-size: 1rem;
}
.head {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 1rem 0 0 2rem;
    float: left;
    height: 3rem;
    color: #333;
    background-color: white;
    opacity: 0.7;
    padding: 0.5rem;
    border-radius: 12px;
    width: 95%;
    cursor: pointer;
}
.head .headText{
    padding-left: 20px;
}

.text {
    margin: 5.8rem 0 0 2rem;
    display: none;
    color: #333;
    width: 95%;
    background-color: white;
    opacity: 0.7;
    padding: 10px;
    border-radius: 12px;
}



#content {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 0;
}
.imageContainer{
    border: 1px solid #888;
    border-radius: 2rem;
    padding:3rem;
    display: contents;
}

.mainImage{
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.button_bar_left {
    width: 7rem;
    display: block;
    max-height: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    color: #333;
    opacity: 0.4;
    z-index: 3;
}
.button_bar_left a{
    text-decoration: none;
}

.button_bar_right {
    width: 7rem;
    display: block;
    max-height: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #333;
    opacity: 0.4;
    z-index: 3;
}
.button_bar_right a{
    text-decoration: none;
}

