.page{
  max-width:1200px;
  margin:10px;
  padding:20px;
  line-height:1.3;
  text-align:justify;
}

.page h2{
  font-size:18px;
  margin-top:0;
}

/* ABOUT PAGE */

.about-header{
  display:flex;
  gap:20px;
  margin-bottom:20px;
}

.about-portrait{
  width:120px;
  height:120px;
  object-fit:cover;
  border:1px solid black;
}

.about-meta p{
  margin:0;
  line-height:1.1;
}

.about-contact{
  border-top:1px solid black;
}

.about-contact a{
  color:rgb(230,7,7);
  text-decoration:none;
}

.about-contact a:hover{
  text-decoration:underline;
}

/* CV PAGE */

.cv-viewer{
  margin-top:10px;
}

.cv-viewer iframe{
  width:100%;
  height:900px;
  border:none;
}

.cv-download{
  margin-top:12px;
}

.cv-download a{
  font-family:PixelPlay;
  color:rgb(230,7,7);
  text-decoration:none;
}

.cv-download a:hover{
  text-decoration:underline;
}