@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-family: "Rubik", sans-serif;
  background-color: #0f0f15;
}

h1 {
  text-align: center;
  line-height: 1em;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

h3,
p {
  font-weight: 100;
}

b {
  font-weight: 500;
}

body {
  padding: 1em;
  margin: auto;
  width: 50%;
  line-height: 0.3em;
  color: white;
  transition-duration: 0.5s;
}

/* div {
  margin-top: 2em;
  margin-bottom: 2em;
} */

h2 {
  text-align: center;
  margin-bottom: 1.2em;
}

.information {
  margin-bottom: 2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-radius: 1em;
  background-color: #202023;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.downloads {
  margin-top: 2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-top: 0.8em;
  padding-bottom: 4em;
  border-radius: 1em;
  background-color: #202023;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
}

.buttons {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 0%);
}

button {
  background-color: #353538;
  border: none;
  border-radius: 0.8em;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.5s;
  z-index: 1;
}

button:hover {
  font-weight: 900;
  transition-duration: 0.5s;
  background-color: #ffffffef;
  color: #353538;
  box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
  z-index: 100;
  /* border-radius: 1.5em; */
}

@media only screen and (max-width: 1000px) {
  body {
    width: 95%;
  }
  .downloads {
    padding-bottom: 16em;
  }
  button {
    margin: 0.3em;
  }
}
