@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Archivo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a { text-decoration: none; }
a:link,a:visited { color: red; }
a:active { color: #000099; }

body {
  background-color: white;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  color: #111;
  margin: 3em;
  line-height: 1.3;
}

h1,h2 {
  font-family: 'Alfa Slab One', cursive; 
  font-weight: normal;
}

li {
  display: block;
  margin: 1em 0px 1em 0px;
}

p.email { padding-left: 40px; }

h2.sectitle { cursor: pointer }

span.exp { 
  font-family: 'Helvetica', sans-serif;
  color: red;
  width: 20px;
  display: inline-block;
  text-align: right;
}
