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

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

body {
  background-color: #000000;
}

a,
a:hover,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  max-width: 100%;
  margin: 0 40px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 135px 0;
}

.button {
  margin-bottom: 150px;
}

.button a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  border: #ffffff 1px solid;
  border-radius: 12px;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}

.button a:hover {
  text-decoration: none;
  color: #000000;
  border: #000000 1px solid;
  background-color: #ffffff;
  transition: all 0.5s;
}

footer {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 600px) {

  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 80%;
  }

  main {
    padding: 20px 0;
  }
}
