html,
body {
    width: 100%;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p,
h3 {
    margin-block-start: 10px;
    margin-block-end: 10px;
}

h3 {
    text-decoration: underline;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    gap: 8px;
}

.header div {
    display: flex;
    flex-direction: column;
}

.text-container{
    border-left: 1px solid #c0c0c0;
    padding-left: 8px;
}

.riksweb{
    font-size: calc(1.2vw + 1.2vh + 1vmin);
    color: #444;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
}

.riks{
    font-size: .85rem;
    text-indent: 8px;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1024px;
    margin-left: 0 auto;
    align-self: center;
    line-height: 1.3rem;
    margin-top: 24px;

}