body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgb(238, 48, 54);
    background-image: url("../images/background.jpg");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: cover;
    color: rgb(229, 216, 94);
}

.topImage {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.faq {
    float:right;
    padding:10px;
}

.faq a {
    color:white;
}