body {
    background: #006cc4;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
  }
  
  .profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    height: 80px;
    max-width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px;
  }
  
  .name-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: auto;
    max-width: 200px;
  }
  
  .profile-name {
    text-align: center;
    padding: 30px;
    font-weight: bold;
  }
  
  .firstButton {
    margin-top: 3px !important;
  }
  
  .img-button {
    max-width: 35px;
    max-height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    position: relative;
    top: 7px;
  }
  
  .text-button {
    vertical-align: middle;
    position: relative;
    top: 7px;
  }
  
  .links {
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
    border-width: 2px;
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    height: 50px;
    border-radius: 40px;
  }
  
  a {
    text-decoration: none;
    color: #fff;
    transition: color 1s;
  }
  
  .bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  a:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
  }