* {
  margin: 0;
  padding: 0;
}

body {
  /* padding-top: 20px; */
  height: 100vh;
  /* width: 100vw; */
  min-width: fit-content;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 16px;
  font-style: normal;
  font-size: 20px;
  font-variation-settings: "wdth" 100;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

img {
  height: auto;
  width: 50%;
}
