body {
    font-family: Arial, sans-serif;
    background-color: slategrey;

}

h1{
    color: darkslateblue;
    font: 2.5em sans-serif;
    font-weight: bold;
    text-align: center; 

}

/* #pictureplayer {
    width: 661px;
    height: 661px; 
    grid-column: 2;
    background-color: darkslategrey;
} */
.imageSrc {
    width: 500px;
    height: 500px;
    /* margin: auto; */
} 
#imagePanel {
    width: 500px;
    height: 500px;
    margin: auto;
}

#imageInfo {
    height: 90px;
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 8px ;
    background-color: darkslategray;
    font: 1.2em sans-serif;
}
#imagePlayerInfo{
    display: block;
    /* margin: 0 ; */
    overflow: auto;
    font: 1em sans-serif;
    cursor: pointer;
}
#buttonPanel{
    margin: 5px;
}
#btnScreen{
    display: none;
    width: 225px;
    height: 220px;
    background-color: slategrey;
    position: absolute;
    top: 150px;
    left: 75px;
    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;
    border: 3px solid slateblue;
    border-radius: 15px;
    margin: 10px 25px;
    cursor: pointer;
    box-shadow: 10px 10px 10px darkslategrey;
} 
p{
    text-align: center;
}

.panelbtn:hover {
    background-color: aliceblue;
    border: 3px solid darkcyan;
    box-shadow: 2px 2px 10px orange;  
}
.panelbtn:active {
    border: 4px solid darkcyan;
    transform: translateY(5px);
    transform: translateX(5px);
    box-shadow: 2px 2px 10px yellow;
}
.panelrdo{
    width: 120px;
    height: 100px;
    text-align: left;
    display:block;
    margin: auto;
    background-color: #f4f4f4;
    border: 3px solid slateblue;
    border-radius: 15px;
    font: 1em sans-serif;
    font: 1.2em sans-serif;
    line-height: 35px;
    box-shadow: 10px 10px 10px darkslategrey;
    cursor: pointer;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .panel{
        margin: 2vw;
    }
}
