html,body {}

body {
  font-family: "Verdana", sans-serif;
}
div.content-a {
  width: 90%;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center;
}

img.photo {
  border-radius: 50px;
}

p.profile {
  font-size: 32px;
}

ul.link-list {
  margin: 0px;
  padding: 0px;
}

ul.link-list li {
  list-style-type: none;
  margin-bottom: 16px;
}

li a:link, li a:visited {
  display: block;
  background-color: #fff;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #454955;;
  width: 100%;
  text-align: center;
  border: 4px solid #454955;
}

li a:hover, li a:active {
  background-color: #454955;
  color: #fff;
}
