body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}
