body {
  margin: 12%;
  font-family: 'Crimson Text', serif;
  background-color: black;
  background-image: url("img/avk-avatar-2025-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: white;
  padding-right: 50px;
}

h1 {
    margin-top: 80px;
    font-size: 100px;

}

#menu {
  font-family: 'Crimson Text', serif;
}

li {  
  display: inline;
  font-family: 'Crimson Text', serif;
  color: white;  
}


h2 {
  font-size: 50px;  
}

h1, h2, h3, h4, h5, h6{

  color: white;
}
