.page-top-frame {
    margin-left: 10px;
    margin-bottom: 15px;
}
#page-top{
    width: 50px;
    height: 50px;
    background: rgb(48 195 158);
    opacity: 0.6;
    border-radius: 50%;
    z-index: 1;
}
#page-top a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 75%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
