@import url('https://fonts.googleapis.com/css2?family=Lato:wght@600&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: 1rem/1.4rem Lato, sans-serif;
}

body {
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #FFF url(../img/IMG_0294.png) no-repeat;
  background-size: 20vh;
  background-position: bottom right;
}

img {
  width: 200px;
}

sup {
  font-size: 0.7rem;
}