<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Spencer Davis & Erica Moura</title>
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <link rel="stylesheet" href="css/normalize.css" />

<style>
html {
  background-color: rgb(245, 245, 245);
  color: rgb(41, 61, 81);
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

main {
  text-align: center;
  margin-top: 5rem;
}

h1,
h2,
h3 {
  font-family: 'Shadows Into Light', cursive;
}
</style>

    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap"
      rel="stylesheet"
    />
  </head>

  <body>
    <main>
      <h1>Spencer Davis & Erica Moura</h1>
    </main>
  </body>
</html>
