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

.close_btn_background {
    background-color: #7e1d44;
}

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

.wrapper_padding {
    padding: 1rem;
}

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

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

.responsive_image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.max_height {
    max-height: 80vh;
}