@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  background: #fdec00;
  color: #999;
  font-family: Roboto;
  overflow-x: hidden;
}

main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.company-logo {
  max-width: 150px;
}

h1 {
  font-weight: 800;
  font-size: 40px;
  color: #029e4c;
}

p {
  font-weight: 300;
}

p,
small {
  color: #000000;
}

.warning-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  text-align: center;
  margin: auto;
}

.warning-content svg {
  margin-top: 40px;
  margin-bottom: 40px;
}
