#oma-paluu-nuoli {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Piilotettu oletuksena */
    z-index: 1000;
    font-size: 24px;
    transition: background-color 0.3s;
}

#oma-paluu-nuoli:hover {
    opacity: 0.8;
}