@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone");
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: hsl(0, 0%, 0%);
  line-height: 1.3;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: hsl(0, 0%, 0%);
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

form {
  display: grid;
  grid-column: 1fr 1fr;
  padding: 1em;
  max-width: 800px;
  border: 1px solid hsl(0, 0%, 0%);
}
form .form-group {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  padding: 0.5em;
  margin: 1em;
}
form .form-group.form-header {
  grid-column: 1/span 2;
  border: 0;
}
form .form-group.form-items {
  grid-column: 1fr/1fr;
}
form .form-group.form-footer {
  grid-column: 1/span 2;
  border: 0;
}
form .form-group.form-footer .button {
  background-color: white;
  border: 1px solid hsl(0, 0%, 0%);
  width: 100px;
  align-self: center;
  font-size: 1.25em;
  font-weight: 900;
  padding: 1em;
}

.test {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: hsl(233, 8%, 62%);
}

.class {
  display: flex;
  padding: 1rem;
  width: 90%;
  height: 500px;
  border: 5px solid hsl(29, 100%, 50%);
  border-radius: 10px;
  background-color: hsl(0, 0%, 98%);
}

.logo {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */