body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://www.mtectiming.com/archive/earthday19background.jpg");
    background-origin: padding-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-size: cover;
    color: white;
}

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

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

.faq a {
    color:white;
}