body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal; 
  font-size: 2vmin;
}

form {
  color: black;
}

h2 {
  font-size: 1.2em;
  font-color: red;
}

.cv-company {
  font-weight: bold;
}

.cv-role {
  
}

.cv-timeframe {
  width: 16%;
  vertical-align: top;
  color: darkgray;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
}
