body {
    margin: 0;
}
* {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
p {
    margin-top: 9px;
}
h2 {
    margin: 30px 0 0 0;
}

.background_cover {
    background-image: url(../imgs/background.jpeg);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}
.header {
    background-image: url(../imgs/banner.jpg);
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}
.privacy_policy_link{
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 16px 30px;
}
.title {
    color: #009fff;
}
.content {
    margin: 16px;
}