html body {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper {
  text-align: center;
  position: relative;
  margin-top: 280px;
}
.logo-text h1 {
  color: #ff7900;
  background: rgba(0,0,0,0.8);
  font-size: 30px;
  font-family: 'Questrial', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  margin: 15px 0;
}
.header h1 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-family: 'Special Elite', cursive;
    font-weight: 400;
    margin: 50px 0;
}
.contact-text h2 {
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-family: 'Special Elite', cursive;
  font-weight: 400;
}
.contact-text h2 a{
  color: #ff7900;
  text-decoration: none;
}