@import url('https://fonts.googleapis.com/css2?family=Foldit:wght@100..900&display=swap');

h1 {
    font-size: 75px;
    color: #008000;
    text-align: center;
     font-family: "Foldit", sans-serif;
}

body {
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}