*{
    margin: 0;
    padding: 0;
}
#left {
    position: absolute;
    left: 0; 
    top: 103px;  
    margin-top:-35px;
    height: 45px; 
    cursor: pointer;
}

#right {
    position: absolute;
    right: 0;  
    top:  103px;
    margin-top: -35px;
    height: 45px; 
    cursor: pointer;
}

.element {
    position: absolute; 
    color: black; 
    width: 150px;
    border: 4px black solid;
    text-align: center;
    top:110px;
    cursor: pointer;
    /*top:50%;
    margin-top: -103px; */
}

.element:hover {
    border:0px solid white;
}

body {
    background-color: black;
}