body {
  background-color: #dbe2ef;
  font-family: Roboto, sans-serif;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-color: grey;
  border-width: 5px;
  width: 5%;
}

h1 {
    color: #48466d;
}

h3 {
    color: #3f72af;
}

#profile {
  border-radius:100%;
}