.subsection {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
}

.subheader {
    max-width: 100%;
    display: flex;
}

img {
    max-width: 100%;
    width: auto;
    z-index: -1;
}

.subtitle-picture {
    height: 0;
    float: right;
    position: absolute;
    color: white;
    right: -100px;
    top: 127.5px;
    font-size: 100%;
    transform: rotateZ(-90deg);
}

main {
    margin-top: 5%;
    width: 75%;
    align-self: center;
    background-color: white;
}

details {
    word-wrap: break-word;
    display: flex;
    width: 100%;
    margin: 0 auto;
    background: #282828;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
}

summary {
    padding: 1rem;
    display: block;
    background: #333;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}




details summary::-webkit-details-marker {
    display: none;
}

details>ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

details ul li {
    white-space: normal;
    word-wrap: break-word;
}

footer {
    margin-top: 20%;
}