* {
  box-sizing: border-box;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
}

.size-32 {
  font-size: 32px;
}
.bold-700 {
  font-weight: 700;
}

.top-28 {
  margin-top: 28px;
}