#video-guide-button {
    background-color: gold;
    color: black;
    width: 75px;
    height: 75px;
    border-radius: 60px;
    text-align: center;
    border: none;
    box-shadow: 4px 4px 10px 0px black;
}
#video-guide-button:active {
    box-shadow: inset 2px 2px 10px 0px black;
}

#video-guide-button-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
}
