@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
body {
    text-align: center;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}