@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Gveret+Levin&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

h1 {
    font-size: 100px;
    color: #060608;
    text-align: center;
    font-family: "Lora", serif;
}

body {
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}