/*Change default colours*/

body{
    font-family: font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
    }
    
    /*mb custom CSS*/
    .mbWhiteTxt{
        color:#fff;
        text-shadow: 2px 2px 5px #000;
        text-align: center;
        letter-spacing: -0.4px;
    
    }
    
    hr{
        max-width:66%;
        color:#b7b7b7;
        height:0.1em;
        margin-top:1em;
        margin-bottom: 1em;
        background-color: #b7b7b7;
        border-radius: 3px;
        
    }
    
    ul {
        /* list-style-position: inside; */
    }
    
    .mbRound{
        border-radius: 21px;
    }
    
    .mbPhoto{
        border-radius: 21px;
        box-shadow:5px 5px 10px #757575;
        
    }
    
    .mbTitleImg{
        margin-left: 25%;
        margin-right: 25%;
        max-width: 50%;
    }
    
    .mbPortrait{
        margin-top: 25px;
        margin-left: 25%;
        margin-right: 25%;
        max-width: 66%;
        border-radius: 100%;
    }
    
    .mbCard{
        background-color: #fff;
        border-color:#fff;
        border-style:solid;
        border-radius: 21px;
        border-width: 0.5em 0.9em 0.5em 0.9em;
        padding:0.2em;
    }
    
    .mbIcon{
        max-width: 64px;
    }
    
    .mbCenter{
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    
    .card, .panel{
        box-shadow: 5px 6px 8px 3px rgb(171, 171, 171);
        border: none;
        border-radius: 16px;
    }
    
    /* Icons */ 

.gg-heart,
.gg-heart::after {
  border: 2px solid;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 10px;
  height: 8px;
  border-bottom: 0;
}
.gg-heart {
  box-sizing: border-box;
  position: relative;
  transform: translate(
      calc(-10px / 2 * var(--ggs, 1)),
      calc(-6px / 2 * var(--ggs, 1))
    )
    rotate(-45deg) scale(var(--ggs, 1.3));
  display: block;
}
.gg-heart::after,
.gg-heart::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-heart::after {
  right: -9px;
  transform: rotate(90deg);
  top: 5px;
}
.gg-heart::before {
  width: 11px;
  height: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  left: -2px;
  top: 3px;
}


.gg-home {
    background:
      linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0
        bottom/4px 2px,
      linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right
        bottom/4px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1.3));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -2px;
  }
  .gg-home::after,
  .gg-home::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
  }
  .gg-home::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0;
  }
  .gg-home::after {
    width: 8px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    left: 3px;
    bottom: 0;
  }
  
  .gg-readme {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1.3));
    width: 2px;
    height: 17px;
    border-bottom: 4px solid;
    border-radius: 4px;
  }
  .gg-readme::after,
  .gg-readme::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 12px;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    bottom: -1px;
    background:
      linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center
        5px/4px 2px,
      linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center
        2px/4px 2px,
      linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center
        8px/4px 2px;
  }
  .gg-readme::before {
    border-top-right-radius: 3px;
    left: -8px;
  }
  .gg-readme::after {
    border-top-left-radius: 3px;
    right: -8px;
  }
  
    