h1, h2{
  text-align: center;
}
h1{
  color: #444;
  font-family: Pacifico;
  font-size: 36px;
  margin-bottom: 0;
}

h2{
  color: #999;
  font-family: Poiret One;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}

h3{
  color: #444;
  font-family: Patua One;
  margin-top: 0;
}

p, li, time {
  color: #444;
  font-family: Patua One;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.5%;
}

body{
  background-image: url('../img/CV.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section{
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 25px;
  margin: 2em;
  padding: 1em;
}

.text{
  max-width: 700px;
  margin-top: 35vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.ref {
  display: flex;
  justify-content: center;;
}

.linkedin, .github {
  height: 100px;
  width: 100px;
  margin: 15px;
}
