.center {
  position:relative;
  display:flex;
  justify-content: center;
  text-align: center;
}

.roundbutton {
  position:relative;
  justify-content: center;
  background-color: none;
  border: 4px solid white;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 12px;
  width: 50px;
  margin: auto;
}

:is(h1, h2, h3, h4, h5, h6, p) {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
}

.project {
  border: 4px solid grey;
  background-color: white;
}

.project h1 {
  position: relative;
  margin:auto;
  color:black;
  text-decoration:underline;
}

.project hr {
  position:relative;
}

.project p {
  color: black;
}

.ptext { /* project text */
  color: black;
}

.left {
  position: relative;
  float: left;
}

.middle {
  position: relative;

}

.right {
  position: relative;
  float: right;
}

/*element specific stuff*/

#projects-goback {
  position: relative;
  bottom: 1;
  left: -4;
}