@font-face {
  font-family: "blockText";
  src: url("fonts/blockyText.otf") format("opentype");
  color: white;
}

body{
  background-color: black;
}

.header{
  font-family: "blockText", sans-serif;
  text-align: center;
  color: rgb(255, 255, 255);
}

.header a:link{
color: rgb(255, 255, 255);
}

.resume{
  margin-top: 40px;
  width: 100%;
  height: 1000px;
}

.projectdesc{
  font-size: large;
  margin-left: 100px;
  margin-right: 100px;
}

.element{
text-align: center;
color: rgb(255, 255, 255);
}

.babyPhoto1{
  width: 200px;
  height: 10%;
}

.column {
display: inline-block;
width: 40%;
padding: 5px;
vertical-align: top;
}

.column img {
width: 100%;
height: auto;
}

.row {
text-align: center;
}

.element2{
  object-fit: cover;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}

.element2 a:link{
color: rgb(255, 255, 255);
}

.footer{
  text-align: center;
}

a:visited {
  color: rgb(93, 241, 255);
}

#contact{
  font-family: "blockText", sans-serif;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  list-style: none;
}

