body {
  margin: 0;
  padding: 0;
  background-color: #b4ea9a;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #2d4f1f;
}

.thefirstphoto {
  width: 50%;
  height: 50%;
}

.thesecondphoto {
  width: 50%;
  height: 50%;
}

.thethirdphoto {
  width: 50%;
  height: 50%;
}

.thefourthphoto {
  width: 50%;
  height: 50%;
}

.linksindex {
  position: absolute;
  top: 250px;
  left: 20px;
  
}

.linkstGAA {
  position: relative;
  top: -240px;
  left: 20px;
  
}

.linksirishlang {
  position: relative;
  top: -240px;
  left: 20px;
}

.linksmytime {
  position: relative;
  top: -260px;
  left: 20px;
}
a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: orange;
  text-decoration: underline;
}