.paper {
    background: var(--primcolor);
    color: var(--textcolor);
    border: 4px solid var(--bordercolor);
    border-radius: 15px;
    width: 70%;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

h1 {
    color: var(--texthovercolor);
    font-size: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.paper h1 {
    color: var(--textcolor);
    text-align: center;
    font-size: 45px;
    width: 100%;
    scroll-margin-top: 132px;

}

.paper h2 {
    text-align: center;
    font-size: 35px;
    width: 100%;
    scroll-margin-top: 132px;
}

.paper p {
    text-align: left;
    font-size: 22px;
    margin: 0px 20px 20px;
}

.paper ul {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.paper li {
    text-align: left;
    font-size: 22px;
    color: var(--textcolor);
    margin-bottom: 10px;
}

a.paper-button {
    background: var(--seccolor);
    color: var(--textcolor);
    border-radius: 25px;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    padding: 10px 15px;
    margin: 15px;
    display: inline-block;
}

.half {
    width: 48%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.full {
    width: 100%;
}

.half {
    width: 48%;
}

a:hover.paper-button {
    border: 3px solid var(--textcolor);
    margin-bottom: 12px;
    margin-top: 12px;
}

.paper-image {
    max-width: 100%;
    border-radius: 15px;
    border: 3px solid var(--seccolor);
}

.paper-frame {
    max-width: 100%;
    border-radius: 15px;
    border: 3px solid var(--seccolor);
}