 body {
 text-align: center;
 font-family: georgia, times, "times new roman", serif;
 background-image: url(https://salvien.com/img/blue.jpg);
 background-repeat: repeat ;
  }
test {
	color: #5289FD;
}
/**
 * responsive
 */
@media (max-width: 980px) {
    body {
        width: auto;
        background-color: #5289FD;
    }
}