@charset "utf-8";

.top-btn {
    padding: 10px;
    position: fixed;
    right: 5%;
    bottom: 3%;
    background-color: rgba(255, 255, 255, 0.);
    border-radius: 100%;
    z-index: 100000;
    cursor: pointer;
    transition: .3s;
}
.top-btn img{
    width:30px;
}

.top-btn:hover{
    margin-bottom: 10px;
}
