body {
    background: black;
    margin: 0;
}

.welcome {
  height:700px;
  background:#333;
  position:relative;
  overflow:hidden;
  background-image:url("brick.png");
}

a {
    color: white;
}

.resources {
  height:700px;
  margin-top: 5px;
  background:#333;
  position:relative;
  overflow:hidden;
  background-image:url("406.png");
}

.wgif {
    margin-top: 100px;
    height: 125px;
    background-color: white;
}