html {
  font-size: 62.5%; /* muutetaan fonttikoko 62.5% x 16px = 10px --> käytä fonttikoon muutamiseen bodyn sisällä yksikköä rem */
}

body {
font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 1rem;
} 
h1,
p,
figure {
  margin-block-end: 1rem;
} 
h1 {
  font-size: 3.2rem;
}
p {
font-size: 1.4rem;
}
figure {
  display: block;
}
figure img {
  max-width: 100%;
}
