.comeBack{
	position: relative;
    text-align: center;
    overflow: hidden;
    font-size: large;
    margin-top: 20px;
}
a{
	font-size: 14px;
}
#right{
    position: fixed;
    top: 30%;
    width: 60px;
    height: 170px;
    line-height: 500px;
    text-align: center;
    border: 0.5px dashed  #000;
    background-color: #7FFFD4;
    border-radius: 10px;
    z-index:9999;
}
#right{
    right: 50px;
}