@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  padding: 0;
  margin: 0;
}

* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

p {
  font-size: 22px;
  line-height: 40px;
}

strong {
  line-height: 20px !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 55px;
  padding-bottom: 30px;
  text-align: center;
}

h2 {
  font-size: 32px;
}

h1,
h2,
p,
span {
  color: rgb(51, 51, 51);
}

main img {
  width: 100%;
  object-fit: cover;
}

a {
  color: rgb(0, 119, 238);
  font-weight: 700;
  text-decoration: none;
}

.outer-margin {
  max-width: 980px;
  margin: 0 auto;
}

.main-margin {
  max-width: 800px;
  margin: 0 auto;
}

header {
  background: rgba(235, 96, 84, 1);
  margin-bottom: 0px;
}

.header-inner {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

header span {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 23px;
}

footer a span {
  color: rgb(0, 119, 238) !important;
  font-size: 14px !important;
}

footer {
  padding-top: 80px;
  padding-bottom: 60px;
}

footer p {
  margin-bottom: 5px;
  margin-top: 5px;
}

footer p span {
  font-size: 15px;
  font-weight: 400;
}

.green-button {
  font-size: 30px;
  background: rgba(7, 137, 58, 1);
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 45px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .outer-margin,
  .main-margin {
    padding: 0 30px;
  }

  header span {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 35px;
    margin-bottom: 30px !important;
  }

  p {
    font-size: 20px;
    line-height: 35px;
  }

  .bordered-box {
    padding: 15px !important;
  }

  .green-button {
    padding: 15px 25px;
    font-size: 22px;
  }

  .green-button strong {
    line-height: 25px !important;
  }
}
