.Title {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    margin-bottom: 5vh;
    text-align: center;
    width: 100vw;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: oblique;
    text-rendering:optimizeLegibility;
    letter-spacing:  0.05em;
    word-spacing: 0.1em;


}

.Header {
    background-image: linear-gradient(rgb(31, 210, 255),rgb(127, 255, 185));
    border-bottom: 0.5vh;
    border-color: black;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 8vh;
    width: 100vw;
}

.Content{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 5px;
    border-style: dotted;
}

.MainContent {
    width: 80vw;
    height: 80vh;
    border-left: 0px;
    border-top: 0px;
    border-right: 5px;
    border-bottom: 0px;
    border-style: dotted;
    display: flex;
    flex-direction: column;
}

.Extra {
    width: 20vw;
    height: 80vh;

}

.ContentItem {
    padding: 1%;
    border: 2.5px;
    border-style: dotted;
    width:fit-content;
}

.PortraitHeader {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1.5px;
    border-style: solid;
    font-size: larger;
    margin-bottom: 0.2vh;
}

.ul {
    list-style: inside;
}

.li {
    margin: 10px 0px 0px 0px;
}
