@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

body {
  font-size: 18px;
  line-height: 1.5;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.mainflex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100vh;
  padding-top: 50px;
}

.sitelogo img {
  width: 300px;
  margin: 0 auto;
}

.content_wrapper h1 {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.content_wrapper p {
  margin-bottom: 15px;
  color: #000;
  max-width: 670px;
}

.yellowbutton {
  all: unset;
  padding: 6px 35px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: #FF8515;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer_section {
  background: #FF8515;
  text-align: center;
  padding: 15px;
  display: block;
  width: 100%;
}

.footer_section h2 {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.button_wrapper a:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .content_wrapper p {
    padding: 0px 15px;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */