@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  font-family: 'Playfair Display', serif;
  color: white;
}


#header {
  width: 100%;
  height: 80px;
  display: flex;
}

header nav {
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: grid;
  color: white;
}

header #namebar {
  padding-left: 9px; 
  padding-top: 9px;
  font-size: 42px;
}

#canvasForHTML {
  margin-top: 80px;
  top:0;
  left:0;
  width:50%;
  height:100%;
  z-index:-1;
}

#info {
  width: 100%;
  height: 64px;
  display: flex;
}

info #contactInfo {
  padding-left: 9px; 
  padding-top: 9px;
}

ul {
  list-style: none;
}
.toplvl {
  font-size: 26px;
}

.secondlvl {
  font-size: 16px;
}