body {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center
}
header {
    background-image: url(bg.png);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    width: 100%;
    padding: 10px 0
}
h1 {
    font-size: 3rem;
    color: #00789B
}
h1 img {
    filter: drop-shadow(0px 0px 15px #fff);
}
h2 {
    font-size: 1.6rem;
    color: #333;
    text-shadow: 3px 3px 5px white;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400
}
p {
    margin: 20px auto;
    width: 80%;
    color: #555
}
hr {
    border: 0;
    border-top: 1px solid #999;
    padding-bottom: 20px
}
.pt-10 {
    padding-top: 10px
}
.primary-text {
    color: #884BF2
}
.address-text {
    font-family: monospace;
    color: #00789B
}
.btn {
    background-color: #884BF2;
    color: white;
    padding: 10px 20px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 40px
}
footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    width: 100%
}
footer a {
    color: #884BF2;
    text-decoration: none
}
footer p img {
  vertical-align: middle
}