/* kenjustyle.css */

body {
    background-color: black;
    background-image: url(../img/brickwallv2.webp);
    background-size: cover;
    background-position: center;
  }
  
  .flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
  }

  .fa-linkedin {
    font-size: 200px;
    color: white;
  }

  .header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

#linkedin-icon-press {
    margin-left: 20px;
}