/* Primary Layout Styles */
body {
    font-size: 10pt;
    font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    color: white;
    background-color: #1b1b1b;
    line-height: 10pt;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 5pt;
  }  
  .header{
    text-align: center;
  }
  .mainframe{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    border-radius: 7px;
    border-width: 3px;
    border-style: solid;
    border-color: #1b1b1b;
    background-color: #1b1b1b;    
  }

/* Logo and Profile Picture Styles */
.logo {
  text-align: center;
  margin:auto;
}
.logo h1 {
  font-size: x-large;
}
.logoImage{
  width:25%;
  height:25%;
  margin-top:25px;
  margin-bottom:25px;
}

.profile-pic{
  width:150px;
  height:150px;
  object-fit:cover;
  border-radius: 50%;
  border-width: 5px;
  border-style:solid;
  border-color: white;
  border-spacing: 0px; 
  background-color: white;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile-header{
  margin: 5px;
}

  /* Linkedin Button Controls */
  .linkedin{
    margin-top: 25px;
    margin-bottom: 55px;
  }
  .linkedin-button{
    background-color:darkblue;
    color: white;
    padding-left:50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration:none;
    border-radius: 30px;

  }
