body {
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; 
  font-family: "Roboto", sans-serif;
}

.icons {
    margin: 10px;
}

a {
    text-decoration: none;
}

.icons a {
    text-decoration: none;
    margin-right: 16px;
}

.icons a:last-child {
    margin-right: 0;
}

p {
    margin-bottom: 16px;
}

.description {
    margin-bottom: 10px;
}