
h1{
    width: 95vw;
    color: darkslateblue;
    font: 2.5em sans-serif;
    font-weight: bold;
    text-align: center; 
    margin: 20px 0 0;
}
.imageSrc {
    width: 600px;
    height: 600px;
    margin: 0;
} 

#imageName {
    color: slateblue;
    background-color: lightblue;
    text-align: center;
    padding: 15px;
    font: bold 2.5em sans-serif;
    /* text-shadow: 3px 3px slateblue; */
}
#imageInfo {

    color: white;
    text-align: center;
    padding: 8px ;
    /* background-color: darkslategray; */
    font: 1.2em sans-serif;
}
#imagePlayerInfo{
    display: block;

    overflow: auto;
    font: 1em sans-serif;
    cursor: pointer;
}

#btnScreen{
    display: block;
    width: 210px;
    height: 220px;
    background-color: slategrey;
    position: absolute;
    top: 50px;
    left: 95px;
    z-index: 5;
    text-align: center;
    padding-top: 25px;
    color: darkslategray;
    font: 1.3em sans-serif;
    line-height: 1.3em;
}
#btnScreen:hover{
    color: #fff;
}
.panel{
    display:block;
    /* background-color: #f4f4f4; */
    margin: 10px;
} 
p{
    text-align: center;
}
/* .panelbtn{
    width: 150px;
    height: 50px;
    text-align: center;
    display:block;
    background-color: #f4f4f4;
    border: 3px solid #73AD21;
    font: 1.2em sans-serif;
    line-height: 40px;
    margin: 10px auto;
    cursor: pointer;
    box-shadow: 10px 10px 10px darkslategrey;
} */
.panelbtn:hover {
    background-color: aliceblue;
    border: 3px solid cornflowerblue;
    box-shadow: 2px 2px 10px orange;  
}
.panelbtn:active {
    border: 4px solid darkcyan;
    transform: translateY(5px);
    transform: translateX(5px);
    box-shadow: 2px 2px 10px yellow;
}
@media screen and (max-width: 1250px) {

    p{
        /* width: 90vw; */
        list-style: none;
        padding: 10px 3px;
        margin: 10px 0;
    }
  }
@media screen and (max-width: 850px) {
    #imageName {
        font-size: 5vw;
        line-height: 5vw;
      }
      h1 {
        font-size: 5vw;
        line-height: 5vw;
      }
      #imagePlayerInfo{
        margin: 0;
    }
    #imageInfoBlock{
        
        padding: 10px 5px;
    }
    p{  width: 85%;
        font: 1em sans-serif;
        /* line-height: 1.5em; */
        padding: 5px;
    }
}
