top: 0;
right: 0;
top: 50px;
right: 50px;
<a class="call-me" href="tel:+7999999999">☏</a>
.call-me {
display: inline-flex;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
border-radius: 50%;
border: 10px solid #fff;
box-shadow: 0 0 0 2px green;
background: green;
text-decoration: none;
font-size: 40px;
line-height: 0;
color: #fff;
}