﻿.text-danger {
    color: #C91D1D;
}
.small {
    font-size: 0.75rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
h1:focus {
    outline: none;
}

@media (max-width: 640px) { 
    .scroll-button {
        right: unset !important;
        left: 14px;
        bottom: 14px;
    }
}
