body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #2E2E2E;
  color: white;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin-top: 20px;
}

.title {
  font-size: 40px;
}
.description {
}
.icon-links a {
  color: inherit;
}

.main-links {
  display: flex;
  flex-direction: column;
  width: 100%;
/*   align-items: center; */
/*   margin-top: 10px; */
  margin: 20px 0;
}

.main-links a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  margin: 10px 0;
}

a:hover {
  color: #C993FF;
}

.icon-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

img.photo {
  width: 200px;
  align-items: center;
  margin: 20px 0;
}
