.search{
    background-image: url(../img/header8.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content{
    padding: 1rem;
    padding-top: 1.5rem;
    line-height: 1.3rem;
}
b{
    color: var(--accent);
}
.content>*{
    margin-bottom: 1rem;
}
h2{
    line-height: 2.2rem;
    font-size: 2rem;
}
.content h2:first-child{
    margin-top: 0;
}
ul{
    margin-top: -1rem;
    margin-left: 1rem;
    list-style-type: disc;
}
article h2{
    color: var(--main);
    cursor: pointer;
}
article h2:hover{
    color: var(--accent);
}
.opener-content{
    display: none;
}