
top-bar {
    display: block;
    height: 100px;
    background-image: linear-gradient(rgb(0 0 0 / 55%), rgba(0 0 0 /55%)),
        url(../smoke_trees.jpg);
    background-position: center;
    background-size: 100%;
}

.back-arrow {
    width: 40px;
    z-index: 2;
    position: absolute;
    left: 45px;
    top: 32px;
    cursor: pointer;
}

.content {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 1.618em 3.236em;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: left;
}

.title-div {
    padding-bottom: 5px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
}

.question {
    margin-bottom: 50px;
}

.question #text {
    margin-bottom: 5px;
}

summary {
    font-size: 1.17em;
    font-weight: 500;
    margin-bottom: 15px;
}