body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  
    background: #060606;
    background: -webkit-linear-gradient(bottom right, #060606, #058AC4);
    background: -moz-linear-gradient(bottom right, #060606, #058AC4);
    background: linear-gradient(to top left, #060606, #058AC4);
    background-repeat: no-repeat;
    background-attachment: fixed;
    



}



.profile-picture {
    display: block;
    margin-top:5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
  
  }

.name {
    font-family: 'Arial', cursive;
    text-align: center;
    font-size: 30px;
  }

.links {
      font-family: 'Arial', sans-serif;
      text-align: center;
      margin-top: 10px;
      padding: 15px;
      border: 1px solid white;
      border-width: .5px;
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px;
  }

.footer {
      font-family: 'Arial', sans-serif;
      text-align: center;
      margin-top: 10px;
      padding: 15px;
      border: 0px solid white;
      border-width: 0px;
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px;
  }

a {
    text-decoration: none;
    color: white;
    transition: color 0.5s; 
}

.responsive {
    text-align: center;
    width: 80%;
    height: auto;
    display: block;
  }


a:hover {
    color: #000;
    background: #fff;
}

/*     Social Icons    */  
.sociaicon{
  display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.socialsanimate{
  transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 0;
}

.socialsalign{
  padding-left: 22px;
  padding-right: 22px;
  color: inherit;
  text-decoration: underline;
}
.socialsanimate svg {
    pointer-events: none;
}
.socialssvg{
    margin-top: 8px;
    fill: rgb(255, 254, 254);
    width: 32px;
    height: 32px;
}
