.info {
    line-height: 1.2;
    width: 70%;
}
.info h1 {
    color: #8d4d96;
    font-size: 40px;
}
.info h2 {
    color: #8d4d96;
    font-size: 38px;
}
.info h3 {
    color: #8d4d96;
    font-size: 36px;
}
.info h4 {
    color: #8d4d96;
    font-size: 34px;
}
.info h5 {
    color: #8d4d96;
    font-size: 32px;
}

.info h6 {
    color: #8d4d96;
    font-size: 30px;
}

.info p {
    font-size: 28px;
}

.info ul {
    padding-left: 40px;
    font-size: 28px;
}
.info li {
    margin-bottom: 10px;
    font-size: 28px;
}
.info .highlight {
    color: #8d4d96;
    font-weight: bold;
}

.server-page-background {
  background-image: url('../site_banner.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  background-attachment: fixed;
  flex-grow: 1;
}