body {
  background-color: #3d3d3d;
  color: white;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #52acff;
}

a:visited {
  color: #52acff;
}

a:hover {
  color: #7fff85;
  text-decoration: underline;
}

.flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flex-item {
  margin: 10px;
}

.header {
  overflow: auto;
}

.title {
  float: left;
}

.links {
  display: flex;
  float: right;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iconlink {
  float: left;
  padding-right: 30px;
  padding-left: 15px;
}

.content {
  border-top: 2px solid white;
}

#github {
  color: #b1b1b1;
}

#github:hover {
  color: white;
}

#linkedin {
  color: #b1b1b1;
}

#linkedin:hover {
  color: royalblue;
}

#quote,
#italics {
  font-style: italic;
}
