body {
    font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
    
}

#wrapper {
    
    width: 60%; 
    margin: auto;
    
}


h1, h2, h3, strong{
   
font-family: "Gloock", serif;
font-weight: 400;
font-style: normal;   
}
 
h1{
    font-size: 3em;
    
}

h2 {
    font-size: 1.6em
}

.classtest { background: #ffffb4;}