* {
  box-sizing: border-box;
}

body {
  background-color: #000000;
  background-image: url(https://assets-global.website-files.com/624d7d4c92f7d4e73c90a6c3/64d280503d504e5ad0842743_alex-shuper-EPRDC-8IGXA-unsplash%201.jpg);
  background-size: cover;
  height: 100%;
}

h1 {
  max-width: 100%;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 7px #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 500;
}

p {
  max-width: 100%;
  color: #a9a2a4;
  text-align: center;
  margin-bottom: 34px;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

a {
  color: #edae85;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.logo {
  width: auto;
  height: 44px;
  max-width: none;
  position: static;
}

.header {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  width: 100%;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  height: 100vh;
  margin-top: 10%;
  align-items: center;
}

.div-block-button {
  text-align: center;
  display: flex;
  justify-content: center;
}

.button {
  max-width: 100%;
  float: none;
  color: #0c0416;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition-property: background-color;
  display: inline-block;
  position: static;
  text-decoration: none;
}

.disclaimer {
  color: #999;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 160%;
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}