body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

p {
    padding-top: 50px;
}


.link-bar {
    text-align: center;
}

.fab,
.resume-icon {
    margin-left: 5px;
    margin-right: 5px;
    /*color: white;*/
    /*color: black;*/
}

a {
    color: black;
}

.fab:hover:before {
    background-color: white;
}


@keyframes example {
  from {border-color: white;}
  to {border-color: black;}
}

.starter-template {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: black;
    margin-bottom: 25px;

    transition: outline 0.6s linear;
    animation-fill-mode: forwards;
    animation-name: example;
    animation-duration: 4s;

}
