﻿.back-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 25px;
    background: var(--secondary-color);
}
