body {
    background-image: url("index.jpg");
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.text {
    background-color: black;
    color: white;
}
a {
  color: lightblue;
}