#course div {
    display: none;
    position:fixed;
    z-index:2;
    width:80%;
    top: 25%;
    left: 0;
    right: 0;
    margin:auto;
    cursor:pointer;
}
