.jumbotron {
align-content: center;
background: transparent;
}
body  {
  background: url("Image/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer{
  background-color: transparent;
  letter-spacing: -0.5px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  }

.Main {
  font-family: 'Quicksand', sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -4px;
  color: white;
}

.Bullet{
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  padding-top: 15px;
  color: white;
}

hr {
  border: none;
  height: 5px;
  width: 40%;
  color: white; 
  background-color: rgba(255, 255, 255, 0.5); 
}
.scale {
  width: 50%;
}

@media (max-width: 575.98px) { 
  .Main{
    font-size: 50px;
  }
  .Bullet{
    font-size: 30px;
  }
  img {
    width: 50px;
  }
  .scale {
    width: 90%;
  }
  .jumbotron {
    padding-left: 5%;
  }
 }