  a {
    text-decoration: none; /* removes underline from a tag when clicked*/
  }
  .aboutText{
    margin: 0;
    padding: 0;
  }
  .linkedin-button {
    background-color: rgb(10, 102, 194);
    font-family: sans-serif;
    color: white;
    border: none;
    height: 36px;
    width: 70px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
    padding: 0px;
    margin-right: 8px;
    transition: background-color 0.2s, color 0.2s
  }

  /*pseudo-class: hover and active*/
  .linkedin-button:hover{
    border: solid;
    background-color: white;
    color: rgb(10, 102, 194);
    border-width: thin;
    border-color: rgb(10, 102, 194);
  }
 
  .linkedin-button:active{
    background-color: rgb(211, 232, 252);
    color: rgb(10, 102, 194);
    border: solid;
    border-color: rgb(10, 102, 194);
    height: 36px;
    width: 100px;
    border-radius: 4px;
    cursor: pointer;
  }

  .LinkedinProfilePic{
    height: 150px;
    width: 165px;
  }

  .UCMLogo, .CodeDayLogo{
    height: 50px;
    width: 50px;
    vertical-align: bottom;
    display: inline-block;
  }

  .CodeDayBigLogo{
    margin-left: 20px;
    border-style: solid;
    border-color: black;
    height: 200px;
    width: 400px;
  }

    .LLSBigLogo{
    margin-left: 20px;
    border-style: solid;
    border-color: black;
    height: 200px;
    width: 400px;
  }

    .UCMBigLogo{
    margin-left: 20px;
    border-style: solid;
    border-color: black;
    height: 200px;
    width: 400px;
  }

  .CodeDayDesc1{
    font-size: 20px;
    margin-top: 10px;
    margin-left: 110px;
  }

  .CodeDayDesc2{
    font-size: 15px;
    margin-top: 10px;
    margin-left: 110px;
  }

  .role-titles{
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .LLS, .CodeDay, .Awards{
    display: inline-block;
    vertical-align: top;
  }

  .github-button {
    background-color: black;
    color: white;
    height: 36px;
    width: 70px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
     margin-right: 8px;
    transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  }

  .github-button:hover{
    opacity: 0.7;
  }

  .github-button:active{
    background-color: rgb(207, 205, 205);
    border: solid;
    border-color: black;
    color: black;
  }

  .gmail-button {
    background-color: rgb(179, 38, 30);
    color: white;
    height: 36px;
    width: 70px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .gmail-button:hover{
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  }

  .gmail-button:active{
    background-color: rgb(255, 212, 212);
    border: solid;
    border-color: rgb(179, 38, 30);
    color: rgb(179, 38, 30);
  }

  .page-title{
    font-family: Roboto;
    font-weight: bold;
    font-size: 24px;
  }

  span{
    font-weight: bold;
  }
  .search{
    margin-left: 20px;
    display: block;
  }
  .role-info{
    display: block;
  }