body {
    position: relative;
    opacity: 1;
}

body::before {
    content: "";
    position: absolute;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img-web/mona.png');
    background-size: 60px;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.17;
    z-index: -1;
}

body::after {
    content: "";
    position: absolute;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img-web/mona.png');
    background-size: 60px;
    background-repeat: space;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

#cuerpo {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}


.random-image {
    width: 200px;
    height: 200px;

}


.random-image.img1 {
    width: 18%;
    aspect-ratio: 3/2;
}

.random-image.img2 {
    width: 10%;
}

.random-image.img3 {
    width: 8%;
}

.random-image.img4 {
    width: 10%;
}

.random-image.img5 {
    width: 12%;
}

.random-image.img6 {
    width: 17%;
}

.random-image.img7 {
    width: 60%;
}

#iframe {
    position: absolute;
            top: 150px;
            right: 0;
            width: 550px;
            height: 300px;
            z-index: 100;
            margin-right: -280px;
            background-color: whitesmoke;
}

.iframe-container {
    position: relative;
    width: 70%;
}

/* scrolling text */

        .scrolling_text {
            width: 100%;
            position: absolute;
            z-index: 121;
            overflow: hidden;
            display: flex;
            opacity: 0;
            white-space: nowrap;
            top: 50px;
        }

        .text-container {
            display: flex;
            animation: smooth-scroll 20s linear infinite;
        }

        .text_for_scroll {
            font-size: 20px;
            font-weight: 700;
            color: #3A1240;
            background-color: white;
            padding: 10px 0;
            flex-shrink: 0;
        }

        .text_for_scroll span {
            display: inline-block;
            margin: 0 40px;
        }

        .hidden_text {
            opacity: 0;
        }

        @keyframes smooth-scroll {
            0% {
                transform: translateX(100vw);
            }
            100% {
                transform: translateX(-100%);
            }
        }

#guestbook {
    opacity:1;
}



#visit-counter {
    background: linear-gradient(180deg, whitesmoke 0%, #ffdede 100%);
    font-size: inherit;
    font-family: inherit;
    padding: 5px;
    border: 1px solid var(--border-color, #000000);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
margin-bottom: 20px;

    color: black;
    
}

#broken-image-container {
 display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.imgnotfound1 {
     width: 150px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}

.imgnotfound2 {
      width: 130px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}

.imgnotfound3 {
      width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}
.imgnotfound4 {
      width: 80px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}
.imgnotfound5 {
      width: 60px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}
.imgnotfound6 {
      width: 40px;
    height: 100px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    object-fit: cover;
}


#entry-text {
    display: none;
    background-color: white;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
