@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Libre+Baskerville&display=swap');

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*background: rgb(144,162,143);*/
  /*background: linear-gradient(205deg, rgba(144,162,143,1) 0%, rgba(26,68,63,1) 100%);*/
  /*background-attachment: fixed;*/
  /*background: #90a28f;*/
  background: white;
}

h1 {
  margin: 0;
}