p{
    margin: 1%;
    text-align: justify;
    font-size: 90%;
}

h1{
    font-style: normal;
    font-weight: lighter;
    width: 75%;
    font-size: 150%;
    text-decoration: none;
    position: relative;
    top: 50%;
    left: 1%;
    margin-bottom: 0%;
}
details{
    position: relative;
    left: 0%;
    width: 100%;
}
summary{
    position: relative;
    left: 0%;
    width: 98%;
    padding: 1%;
    margin: 1%;
    background-color: rgb(224,224,224, 0.6);
}
.content_container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;

    position: absolute;
    height: 18%;
    width: 40%;
    top: 12%;
    left: 43.5%;
    padding: 1%;

    font-family: Arial;
    font-size: 90%;
    border: 1px solid black;
}

.language_button{
    position: relative;
    display:flex;
    top: 0%;
    right: 0%;
    width: 10%;
    margin: 1%;
    padding: 1%;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 4%;
    margin-bottom: 4%;
    cursor: pointer;

    border: none;

    font-size: 90%;

}

.pdf_link{
    display: flex;
    position: relative;
    align-items: center;
    color: black;
    text-decoration: none;
    height: 30%;
    width: 33%;
    text-wrap: nowrap;
}

.pdf_icon{
    height: 50%;
    margin-right: 1.5%;
}

.text_header{
    font-size: 150%;
    width:100%;
    margin-bottom: 2%;
}
