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



body{
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    background-color: darkgoldenrod;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}
