@import url('css/fonts/poppins/poppins.css?family=Poppins:wght@100&display=swap');
body{
    font-family:Poppins,sans-serif;
}
body {
    color: #212529
}
.logo {
    width: 380px;
    max-width: 70%
}
h2, h3 {
    color: #dc3545;
    font-weight: 700
}
p {
    text-align: justify
}
hr {
    border: 2px solid #6c757d;
    width: 90px;
    margin-left: 0
}
.bi {
    color: #dc3545
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #212529
}
a:hover {
    cursor: pointer;
    color: #dc3545;
}
a.acc:after {
    font-family: "bootstrap-icons";
    font-weight: 900;
    content: "\f235";
    margin-left: 5px;
    font-size: .7em
}
a.collapsed:after {
    content: "\f229"
}
.fixed {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    width: 60px;
    transition: all .3s;
    -webkit-filter: drop-shadow(0 5px 10px #333);
    filter: drop-shadow(0 5px 10px #333);
}
.fixed:hover {
    transform: scale(1.1);
}