html {
  text-shadow: 0 0 4px #fdd7de;
  font-family: Arial, mono, sans-serif;
  text-align: center;
}

header,
footer {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #F9F9F9;
}

nav>a {
  padding: 0 20px;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  height: 100vh;
  /* background-image: url('assets/adam.jpg'); */
  /* background-repeat: no-repeat; */
  /* background-size: 140% 300%; */
  display: flex;
  flex-direction: column;
  margin: 0;
}

article {
  width: 35%;
}

section {
  text-align: left;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: dimgrey;
}
