body {
  margin: 0;
  font-family: monospace; 
  background-color: rgb(159, 179, 223); 
  height: 100vh; 
  display: flex; 
  flex-direction: column;
}


h1 {
  color: white;
  font-family: monospace];
  text-align: center;
  font-size: 3em;
  margin: 20px 0;
}

h2 {
  font-family: monospace;
}

.project_button {
  padding: 1px 6px;
  border: 1px outset buttonborder;
  border-radius: 3px;
  width: 10%;
  color: black;
  background-color: white;
  text-decoration: none;
  text-align: center;
}

.project_button:hover {
  padding: 1px 6px;
  border: 1px outset buttonborder;
  border-radius: 3px;
  width: 10%;
  color: white;
  background-color: black;
  text-decoration: none;
  text-align: center;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 5%;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 15px 0px 0px 0px;
}