* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Times New Roman', Times, serif;
  font-size: normal;
}
#sticker {
  width: 30vw;
  height: auto;
}