﻿
.btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    margin: 1rem;
}

.fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
}
