@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

body {
    font-family: 'Lilita One', cursive;
}

html {
    background-color: #202020;
}

#heading {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}
