.hidden{
    display:none !important ;
}

.no-scroll {
  overflow: hidden !important;
}

.sectionTitle{
    padding:8px 16px;;
    z-index:6;
    text-align: center;
    background-color: #FFF6F4;
    min-width:180px;
    transform:rotate(-3deg);
    position:absolute;
    top:190px;
    left:335px;
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
}

.mainContent{
    background-image:url(media/mediaBackground.gif);
    background-size:50px !important; 
    background-repeat:repeat;
    text-align:center;
    overflow-y:scroll;
}

.closeMediaButton{
    position:absolute;
    right:0;
    top:0;
    background-color:white;
    border-radius:16px;
    width:48px;
    height:48px;
    margin:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:8;
}

.mediaButton {
    cursor: pointer;
    position:relative;
    width:fit-content;
    margin: 0 32px;
}

.mediaButton  img {
    height: 45px;
    width: auto;
    margin:-2px;
}

.mediaShelfContainer{
    margin:56px 56px 0 56px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: flex-end;
}

.shelf{
    height:auto;
    width:750px;
}

.mediaOverlay{
    width:100%;
    height:100%;
    position:absolute;
    z-index:3;
    display:flex;
    justify-content: center;
    align-items:center;
    background-color: rgba(205, 247, 187, 0.59);
}
.mediaCover{
    margin:32px;
    width:fit-content;
    transform:rotate(-2deg);
    position:relative;
}
.coverImage{
    height:auto;
    width:320px; 
}

.stickyNote{
    width:250px;
    padding:8px 16px;
    z-index:2;
    background-color: #FFF6F4;
    transform:rotate(2deg);
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
    
}

.stickyNote p{
    margin-top:24px;
    text-align: left;
}

.ninnimeter{
    width:200px;
    position:absolute;
    bottom:-35px;
    left:-50px;
    transform:rotate(-10deg);
}