html {
  background-color: #000;
}
div {
  margin: auto;
  display: table;
}
p, h1 {
  font-size: 18px;
}
p, h1, h3, a {
  color: white;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
.active, .current {
  background-color: white;
  color: #B22E13;
}

.demo{
  background-color: #00ad1d;
}

.standard{
  background-color: #f2d600;
  color:black;
}

.pro{
  background-color: #f29100;
}

/*--------------------------------------------------*/
.download-app{
    margin-top: 15px;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.download-app-buttons{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.download-app-buttons img{
    margin-left: 5px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 0, 0.75), rgba(255, 0, 0, 0));
}