body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#footer {
    font-size: 1.5rem;
    text-align: center;
    padding: 2rem 0;
}

section {
    margin-bottom: 2rem;
}

#main-image {
    width: 100%;
}

.container {
    overflow: hidden;
    position: relative;
    height: 650px;
}

.no-img-container {
    height: 400px !important;
}

.date {
    padding-left: 1rem;
}

.container-img {
    height: 300px;
    object-fit: contain;
}

.memo-bg {
    position: absolute;
    bottom: 1rem;
    font-size: 1rem;
    width: 335px;
    height: 300px;
    background: rgb(255, 255, 148, 0.9);
    padding: 0.5rem;
    overflow: hidden;
}

.memo-left {
    left: 0.25rem;
    transform: rotate(5deg);
}

.memo-right {
    right: 0.25rem;
    transform: rotate(-5deg);
}

.large-container {
    height: 500px !important;
}

.extra-height-memo {
    height: 370px !important;
}

.d-none {
    display: none !important;
}

.text-right {
    text-align: right !important;
}

.w-100 {
    width: 100% !important;
}

.bg-pink {
    background-color: rgba(255, 205, 187, 0.9) !important;
}