h1, h2 {
  text-align: center;
  font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif, sans-serif;
  color: rgb(0, 0, 50);
}

h2 {
  margin-top: 5%;
  font-size: xx-large;
}

h1 {
  font-size: x-large;
}

#email {
  font-size: xxx-large;
  color: rgb(0, 0, 90);
  margin-bottom: 50%;
}

#Social-Media {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin: auto;
}

.Platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.Platform-Title {
  flex: 100;
  text-decoration: none;
}

.Platform-Logo {
  flex: 1;
  width: 25%;
}

.Platform-URL {
  flex: 1;
  text-decoration: underline;
  font-size: large;
  margin-bottom: 10%;
}

