@import url('https://fonts.googleapis.com/css2?family=Playwrite+DK+Uloopet:wght@100..400&family=Story+Script&display=swap');

html {
    background-color: black;
}

h2 {
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: white;
}

img {
    width: 40%;
    height: 40%;
    display: block;
    margin: 0 auto;
}