:root {
  color: #282828;
  font-family: 'Outfit',Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, -apple-system, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-size: 1.3rem;
  text-align: center;
}

/**normalize*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  max-width: 600px;
  background-color: #282828;
  color: aliceblue;
}



main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100vh;
  padding: 2.5rem;
  gap: 1.5rem;
}



main svg {
    width: 9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }



main a {
    color: aqua;
  }



main a:hover {
      color: blueviolet;
    }



main p {
    margin: 0;
  }