*, *::before, *::after {
  box-sizing: border-box;
}
body{
    -webkit-font-smoothing: antialiased;
    margin: 0 2rem 16rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body > section {
    margin: 24px 0px;
    max-width: 720px;
}
h1,h2,h3,h4,h5,h6,li{
    color: #3e3e3e;
    overflow-wrap: break-word;
    text-wrap: balance;
    margin: 0;
    padding: 0;
}
p{
    color: #3e3e3e;
    text-wrap: pretty;
}
#go_back_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.43px;
    padding: 4px 8px 4px 8px;
    transform: translateX(-8px);
    border: none;
    background-color: transparent;
    color: #3e3e3e;
    margin-bottom: 16px;
    border-radius: 4px;
    transition: background-color 200ms;

}
#go_back_button:hover{
    cursor: pointer;
    background-color: #F0F0F0;
}
#go_back_button > svg {
    margin-right: 8px;
    stroke: gray;
}
h1{
    font-family: 'Lora', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 100% */
    letter-spacing: -0.576px;
    margin-bottom: 4px;
    
}
h2{
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
h3{
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
h4, li{
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
ul{
    margin: 0rem;;
    padding: 0.25rem 0.95rem;
}
.picture-full-width{
    max-width: 100dvw;
    height: auto; 
    padding: 0 8px; 
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.picture-full-width > img{
    width: 100%;
    height: auto; 
    object-fit: contain; 
}
figcaption{
    color: #585858;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px; 
    text-align: center;
}
p{
    color: #3e3e3e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */ 
}