#top-left {
    position: absolute;
    margin-top: 60px;
    margin-left: 50px;
    /* border: 3px solid black; */
    font-weight: bold;
    z-index: 2;
}

#top-right {
    position: absolute;
    top: 60px;
    right: 20px;
    /* border: 3px solid black; */
    font-weight: bold;
    z-index: 2;
}