@import '//registry.npmmirror.com/bootstrap/5.3.3/files/dist/css/bootstrap.min.css';
@import '//registry.npmmirror.com/bootstrap-icons/1.11.3/files/font/bootstrap-icons.min.css';

body {
    background-color: #F3FAFA;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}