@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DynaPuff:wght@400..700&family=Idiqlat:wght@200;300;400&family=Playwrite+VN+Guides&display=swap');

h1 {
    font-size: 100px;
    color: #982598;
    text-align: center;
     font-family: "DynaPuff", system-ui;
}

body {
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);


}
