html {
  scroll-behavior: smooth;
}

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

a,
p,
h1,
h2,
h3,
h4,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.mainThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 475px;
  padding: 32px;
  margin-top: 70px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  --webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
  background: rgba(14, 14, 14, 0.7);
  background: blur(1em);
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  --webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  border: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 1px;
}

.thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoImage {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.mainTitle {
  margin-bottom: 50px;
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: normal;
}

.claimText {
  font-weight: 400;
  font-size: 16px;
  padding-top: 0.5rem;
  font-style: italic;
  margin-bottom: 50px;
}

.claimText2 {
  font-weight: 400;
  font-size: 17px;
  padding-top: 0.5rem;
  font-style: italic;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1600px;

  /* Set up proportionate scaling */
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  z-index: -1;
}

.mainButton {
  border-radius: 44px;
  padding: 15px;
  outline: none;
  color: #f1f1f1;
  --webkit-box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgb(255 255 255 / 20%);
  background-color: #ffffff00;
  border: 3px solid #ffffff;
  font-weight: bold;
  margin-top: 30px;
  width: 100%;
  font-size: 24px;
  cursor: pointer;
  --webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
