
body {
  font-family: courier;
  background-image: url("purplestars.gif");
  background-repeat: repeat;
  display: grid;
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin: auto;
  color: white;
}
.ul {
  list-style-type: none;
  text-decoration: none;
}
a:link {
  color: white;
  text-decoration: none;
}  

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.container {
  display: flex;
  gap: 20px;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  background: #b8c1fd;
}

.image2 {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 5px;
  border-style: solid;
  border-color: white;
}