.closed_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding: 0.5rem 1rem;
}

.closed_close:hover,
.closed_close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.wrapper_padding {
    padding: 1rem;
}

.modal-content {
    font-family: sans-serif;
}

.modal-content h1 {
    margin-bottom: 1rem;
}