* {
  margin: 0;
  padding: 0;
  background-color: rgb(50, 50, 50);
  color: lightgrey;
  font-family: "Ubuntu", sans-serif;
  box-sizing: border-box;
}

.centered-section {
  text-align: center;
  border-top: 5px solid grey;
  margin: 10px 0;
  padding: 10px 0;
}

.centered-section h1 {
  padding-bottom: 10px;
  font-size: 60px;
  letter-spacing: 10px;
}

/* -----HEADER----- */
header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
}

header .name {
  font-size: 80px;
  font-weight: bold;
  margin: 10px;
  color: white;
}

header .profile-pic {
  height: 200px;
  border-radius: 50%;
  border: 3px solid black;
}

/* -----RESUME----- */

#resume {
  width: 100%;
  max-width: 680px;
  height: 915px;
  frame-border: 0;
}

/* -----LINKS----- */
#links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#links img {
  height: 200px;
  margin: 10px;
}
