.div1 {
  background-color: black;
  border-radius: 5px;
  padding: 5px 5px;
  position: relative;
}

.image1 {
  position: relative;
  top: 0px;
  left: 0px;
}

.link {
  position: absolute;
  top: -20px;
  left: -20px;
}

body {
  background-image: url("/Images/willmorris.png");
  color: white;
  font-family: Verdana;
}
