@font-face{
    font-family: BabyGemoy;
    src: url('Baby Gemoy.ttf');
}
.theHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 10px;
}
  
.headerLinks{
  display: flex;
  justify-content: space-between;
  width: 50%;
}
  
body {
  background-color: white;
  color: black;
  font-family: Verdana;
  
}

a{
  color: #EBBE4D;
  
}

*{
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1{
  color:#EBBE4D;
  font-family: BabyGemoy;
}

