html {
    width: 100%;
    height: 100%;
    background: url("../img/Background1.jpg") center center no-repeat;
}
a:link, a:visited {
    text-decoration: none;
}
.link-text {
    color: #000;
    font-family: 'Merriweather Sans', serif;
    line-height: 1;
    font-size: 4.5vw;
    text-align: center;
}
.footer-text {
    color: #000;
    font-family: 'Merriweather Sans', serif;
    line-height: 1;
    font-size: 1vw;
}
.p-link {
    text-align: center;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-container img {
    width: 25%;
    height: 25%;
}
.horizontal-bar-container {
    margin: 0 auto;
    width: 95%;
    height: 10%;
}
.horizontal-bar-container img {
    width: 100%;
    height: auto;
}
.footer-container {
      text-align: center;
}
.green-highlight {
    background-color: #73e736 !important;
}
.blue-highlight {
    background-color: #4aebf7 !important;
}
.orange-highlight {
    background-color: #ffb300 !important;
}
.purple-highlight {
    background-color: #ff00ff !important;
}
