html {
    height: 100%;
  }
  body {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    color: rgb(33, 33, 33);
  }
  div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  h1 {
    font-size: 67.5px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 550;
  }
  svg {
    margin: 20px;
  }