h1 {color:aliceblue;font-size:80px; font-family: 'Syne Tactile', cursive;text-shadow: 5px 5px 60px blue;text-align: center;}
h2 {font-family: 'Syne Tactile', cursive;font-size:50px;color:white;-webkit-text-stroke: 1px blue;-moz-text-stroke: 1px blue;-o-text-stroke: 1px blue;text-align: center;}
body {background: url('misty.jpg') no-repeat center center fixed;
      background-size: cover;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
      font-family: 'Archivo Black', sans-serif;
      color: blue;
    font-size: 28px;
            }
img {
  width: 200px;
  height: auto;
}

figure {
    display: inline-block;
    justify-content: center;
    margin: 20px; /* adjust as needed */
}
figure img {
    vertical-align: top;
}
figure figcaption {
    text-align: center;
}