h1,
a {
  color: #9cb9d7;
}

h1 {
  text-align: center;
}

h2 {
  font-family: "Indie Flower", cursive;
  text-align: center;
  line-height: 30px;
}

body {
  font-family: "Raleway", sans-serif;
  margin-top: 70px;
}

#main {
  margin: auto;
  width: 50%;
}

#contact {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-top: 80px;
}

#footer {
  color: #686a6b;
  text-align: center;
  font-size: 90%;
  margin-bottom: 20px;
  width: 100%;
}

#linda {
  border-radius: 50%;
  display: flex;
  margin-right: 20px;
}

#about {
  display: flex;
  align-items: center;
}

.avatar {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
