* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 20px auto;
}

.container-fluid img {
  width: 100vw;
  height: auto;
}

.content {
  margin: 80px auto;
}

.content h1 {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 20px;
  margin-inline: 50px;
}

.content p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
  max-width: 500px;
  margin: 4px auto;
}

.content a {
  font-size: 16px;
  font-weight: 200;
  padding: 10px 80px;
  background-color: transparent;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.content a:hover {
  color: rgb(0, 0, 0);
}
.btn-social {
  margin: 10px auto !important;
  margin: auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 300px !important;
}

@media screen and (max-width: 768px) {
  .content button {
    padding: 10px 50px;
    width: 300px;
  }
}
@media (max-width: 500px) {
  .content p {
    font-size: 14px;
    font-weight: 300;
    max-width: 350px;
  }
  .btn-social {
    margin: 10px auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    width: 300px !important;
  }
}
@media (max-width: 330px) {
  .content p {
    font-size: 14px;
    font-weight: 300;
    max-width: 330px;
  }
  .btn-social {
    margin: 10px auto;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    width: 300px !important;
  }
}
