@import url('https://fonts.maateen.me/charukola-ultra-light/font.css');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'CharukolaUltraLight', Arial, sans-serif !important;
    text-align: center;
    background-color: #131023;
    color: white;
    min-height: 100vh;
    position: relative;
    padding-bottom: 3rem;
}

h1 {
    font-size: 6rem;
}

h4 {
    font-size: 1.5rem;
}

footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}