body {
    color: rgb(217, 215, 211);
    background-color: rgb(23, 24, 28);
}

.boxed h1, .boxed h2, .boxed h3, .boxed h4, .boxed h5, .pageHeader {
    text-align:center;
}

.boxed {  
    border: 2px solid #575757;
    border-radius: 5px;
    cursor: pointer;
}

.boxed:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.fa {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-linkedin {
  color: white;
}

.fa-github {
  color: white;
}

.fa-envelope {
  color: white;
}