li {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    width: fit-content;
}

.ic-xl {
    height: 4rem;
    width: 4rem;
    stroke-width: 1.5;
    cursor: pointer;
}
.ic-lg {
    height: 1.5rem;
    width: 1.5rem;
    stroke-width: 1.5;
    cursor: pointer;
}
.ic-md {
    height: 1.35rem;
    width: 1.35rem;
    stroke-width: 1.25;
    cursor: pointer;
}
.ic-sm {
    height: .85rem;
    width: .85rem;
    margin: 0 .2em .2em 0;
    stroke-width: 1.85;
}
.ic-xs {
    height: .8rem;
    width: .8rem;
    margin: 0 .2em .2em 0;
    stroke-width: 2.5;
}
.fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.dot-red {
    height: 1rem;
    width: 1rem;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.dot-green {
    height: 1rem;
    width: 1rem;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
