html {
    scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins';
    text-align: center;
}
span#typed {
    font-size: 40px;
}
p {
    font-family: 'Roboto';
    font-size: 17px;
}
span#powered {
    font-size: 12px;
    font-family: "Poppins";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 23px;
}
span#powered a {
    color: #0094FF;
    transition: 0.35s;
}
span#powered a:hover {
    color: #000;
}
br#min-1496, br#max-597, br#max-426 {
    display: none;
}
@media screen and (min-width: 1496px) {
    br#min-1496 {
        display: block;
    }
}
@media (max-width: 597px) {
    br#max-597 {
        display: block;
    }
}
@media (max-width: 426px) {
    br#max-426 {
        display: block;
    }
}
