body {
    background-color: #01161e;
}

#profile-card{
    background-color: #0d3444;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-bottom: 1.5em;
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

.profile-pic {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-color: #598392;
    background-color: #598392;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-text {
    color: #eff6e0;
    text-align: center;
    max-width: 70%;
}

.link-card {
    background-color: #aec3b0;
    color: rgb(51, 33, 12);
    width: 100%;
    margin-bottom: 0.5em;
}

.link-card a {
    color: rgb(51, 33, 12);
    text-decoration: none;
}

.about-text a:link{
    color: #a6a7a4;
}
.about-text a:visited{
    color: #a6a7a4;
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(27, 17, 6);
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }

  .tagline{
    color: #aec3b0;
  }

  .footer {
      margin-top: 1.5em;
  }