body {
    font-family: "Rubik";
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5rem;
}

div:first-child > h1 {
    text-align: center;
    padding-bottom: 0.5rem;
}

div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 2.5rem;
}

div:first-child > div:last-child {
    display: flex;
    flex-direction: row;
}

div:first-child > div:last-child > a {
    margin-left: 30px;
}

#social {
    display: flex;
    justify-content: center;
}

div > h2 {
    display: flex;
    justify-content: center;
}

span {
    font-weight: bold;
    text-decoration: underline;
}

h4 {
    text-align: center;
}

li {
    padding: 0.3rem;
}

#social > a > i {
    font-size: 2rem;
}

.center {
  display: block;
  padding-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}