* {
  margin: 0;
  padding: 0;
  font: inherit;
}

body {
  background-image: url('/src/img/fundo-convite-ana.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}


