@import "https://fonts.googleapis.com/css2?family=Acme&display=swap";
    @import "https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap";
    body, html {
    scroll-behavior: smooth;
}
body {
    min-width: 350px;
    font-family: roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-height: 100vh;
    background: #141214;
}
.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media(min-width:768px) {
    .col-sm-5ths {
    width: 20%;
    float: left;
}
}@media(min-width:992px) {
    .col-md-5ths {
    width: 20%;
    float: left;
}
}@media(min-width:1200px) {
    .col-lg-5ths {
    width: 20%;
    float: left;
}
}p {
    text-align: center;
    font-family: roboto, sans-serif;
    color: #040204;
    line-height: 2rem;
}
h1 {
    color: #040204;
    font-size: 2rem;
}
h1, h2 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
}
h2 {
    color: #a61213;
    font-size: 1.5rem;
}