@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200&family=Silkscreen&display=swap");
body {
  background-color: black;
}

.content {
  display: grid;
  background-image: url("img/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

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

button {
  background: black;
  border: solid 5px #FFF;
  border-radius: 8px;
  justify-self: center;
  padding: 2 2rem;
  height: 81.72px;
}

.but {
  padding: 1.4rem;
  margin-left: 1rem;
  height: 81.72px;
}

.bcg {
  width: 100%;
  justify-content: center;
  margin: -10rem;
  opacity: 0.33;
}

.logo {
  width: 300px;
  height: 300px;
  justify-content: center;
  float: center;
}

.title {
  margin: 10rem;
  margin-bottom: 0;
  color: white;
  justify-items: center;
  display: flex;
}

h1 {
  color: #CCFF00;
  font-family: "Silkscreen";
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
}

img.borne {
  display: block;
  width: 30%;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.text {
  margin: 5rem;
}

.image {
  align-content: center;
}

h3 {
  font-family: "Manrope", sans-serif;
  color: #FFF;
  text-align: center;
}/*# sourceMappingURL=style.css.map */