.cookies-modal .modal-body {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-height: 70vh;
}

.cookies-modal .modal-body img {
    width: 75%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    display: block;
} 

.cookies-modal .modal-body .accept {
    background-color: #ed6755;
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 14px;
    font-size: 16px;
    color: white;
    box-shadow: 0px 6px 18px -5px rgba(237, 103, 85, 1);
    cursor: pointer;
}

.cookies-modal .modal-header {
    cursor: default;
}