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

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #DCDDF1;
  background-color: #3A3FD6;
}

main {
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

main img {
    max-width: 85%;
    height: auto;
}

#icon {
    max-width: 250px;
    height: auto;
}
