body {
  background-color: #A8D5E2;
  color: white;
  margin: auto;
  font-family: Fira Code;
}
#profilepic{
  height: 10em;
  border-radius: 1em;
}
a{
  color: white;
  text-decoration: none;
  width: 100%;
  max-width: 20em;
  margin-bottom: 2em;
  text-align: center;
  border-color: #3C474B;
  border: solid;
  border-radius: 1em;
  padding: 1em;  
}
h1,p{
  text-align: center;
  padding: 1em;
}
h1{
  margin-top: 4em;
}
#container{
  display: flex;
  flex-direction: column;
  margin-top: 3em;
  margin-left: 2em;
  margin-right: 2em;
  justify-content: center;
  align-items: center;
}

