
* {
    background-color: #e3e1c9;
    /* background-color: #d9991a; */
    /* background-color: #8cbb26; */
    font-family: "Inconsolata", monospace;
    /* -webkit-user-select: none; */
}


.mainpage{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.headline {
    display: flex;
    justify-content: center;
    color: rgb(71, 57, 200);
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
    "wdth" 400, "wght" 200;
    -webkit-user-select: none;
}
.headline-icon{
    display: flex;
    justify-content:space-around ;

}
.icon {

    height: 80px;
    /* border: red 2px dotted; */
   /* animation: blink 3s steps(1000) forwards infinite;*/

}

@keyframes blink {
    0% {
        opacity: 0%;
    }

    50% {
        opacity: 100%;
    }

    100%{
        opacity: 0%;
    }

}

.pages-links {
    display: flex;
    justify-content: center;
    gap: 20px;

    /* color: rgb(71, 57, 200); */
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
    "wdth" 400, "wght" 400;
    /* border: red solid 2px; */

}


.songs-page {
    /* border: red dotted 2px; */
    /* position: relative; */
    height:450px; 
    background-color: transparent;
}

@media (max-width: 700px){
    .songs-page {
        /* border: red dotted 2px; */
        /* position: relative; */
        height:600px; 
        background-color: transparent;
    }

}

.songs-container {
    display:flex; 
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;

    max-width: 600px;
    width: 600px; 
    height: 400px;
    padding: 30px;
    margin-bottom: 145px;

    border: black solid 2px;
    border-radius: 10px;
    gap: 0px;
}

@media (max-width: 700px){
    .songs-container {
        display:flow-root;
        /* flex-wrap: wrap; */
        /* flex-direction: row; */
        /* align-items: flex-start; */
        /* justify-content:space-around; */

        max-width: 300px; 
        height: 450px;
        
        overflow-y: auto;
        padding:10px;

        /* padding: 30px; */
        /* margin-bottom: 145px; */
        /* margin-top: 200px; */
        /* border: red 2px dotted; */
    }
}


.mp3item {
/* border: 1px red dotted; */
-webkit-user-select: none;
/* margin: 0; */
/* padding: 5px; */
}

.text-song {
    color: seagreen;
    width: 300px;
    overflow-wrap: break-word;

}


.page-navigation-audio{
    display: flex;
    justify-content: center;
    /* border: red dotted 2px; */
    margin-top: 30px;

}
 @media (max-width:700px) {
    .page-navigation-audio {
        margin-top: -120px
    }
 }

.buttons-audio {
    position: relative;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    margin: 10px;

    -webkit-user-select: none;
    box-shadow: 1px 1px 0px 1px;
}

.images-page {
    max-width: 600px; /* Make the container full width */
    min-width: 600px;
    height: 606px; /* Make the container full height */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border: black solid 2px;
    border-radius: 2px;
}

@media (max-width: 700px){
    .images-page {
        /* overflow-y: auto; */
        max-width: 420px; /* Make the container full width */
        min-width: 420px;
        height: 426px;

        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border: black solid 2px;
        border-radius: 2px;
    }
}

.image {
    width: 600px; 
    height: 600px; 
    object-fit: contain; /* Set image height to auto to maintain aspect ratio */
    transition: transform 0.3s ease-in-out; /* Add a transition effect to images */
    -webkit-user-select: none;
  }

.image:hover {
    /* transform: scale(1.2);
    object-fit: contain;  */
  }
  .image:active {
    transform: scale(1.2);
    object-fit: contain; 

  }

@media (max-width: 700px){
    .image {
        object-fit:contain;
        width: 420px;
        height: 420px;
        margin: 0%;
        padding: 0%;
  }
}

  @media (max-width: 700px){
    .image:active {
        object-fit: contain;

  }
}

  @media (max-width: 700px){
    .image:hover {
        transform: scale(1);

  }
}
  .text {
      /* color: rgb(71, 57, 200); */
    }
    
.progressBar{
    background-color: red;
    height:  4px;
    border: 1px dotted rgb(229, 236, 18);
    display: flex;
    padding: 2px;
    margin: 5px;
} 

.progressDiv{
    width: 400px;
    height: 20px;
    /* background-color: rgba(71, 57, 200, 0.383); */
}

.page-navigation-images{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    /* border: red dotted 2px; */
}

.page-number{
    color: rgb(0, 0, 0);
    margin-top: 10px;
    font-size: larger;
}
.buttons {
    /* border: 2px red dotted; */

    display: flex;
    justify-content: center;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    margin: 10px;
    
    -webkit-user-select: none;
    box-shadow: 1px 1px 0px 1px;
}

.buttons:active {
    box-shadow: 0px 0px 0px 0px;
    top:5px;
    left: 5px;
    letter-spacing: -0.05rem;
}

.link {
    position: relative;
    letter-spacing: -3px;
    border: black solid 2px;
    border-radius: 5px;
    background-color: rgb(225, 112, 32);
    width: 100px;
    text-align: center;
    box-shadow: 1px 1px 0px 0px,2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px  rgb(71, 57, 200);
    -webkit-user-select: none;
    }

.link:active {
    box-shadow: 0px 0px 0px 0px;
    top:5px;
    left: 5px;
    letter-spacing: -3px;
}

.admin{
    display: flex;}

.admin-image-to-show {
 max-width: 100px;
}
