.circle{
	border: 1px;
	border-radius: 50%;
	border-style: solid;
	border-color: silver;
	width: 30px;
	height: 30px;
	left: 60%;
	position: absolute;
}

.circle:hover{
	background-color: #ffbf7f;
}

.move a{
    text-align:center;
    text-decoration:none;
    display: block;
    overflow:hidden;
    position: relative;
}

.move a:hover{
	color: red;
}