/*  ##########
#
#   Me
#   ##########
*/  
.colorexamples {
  color: #ff914d;
  color: #22bcb8;
  color: #2a5d71;
  color: #f484d2;
  }





  .folder {
    width: 150px;
    height: 105px;
    margin: auto;
    margin-top: 50px;
    position: relative;
    background-color: #708090;
    border-radius: 0 6px 6px 6px;
    
    /* box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59); */
 
}

.folder:before {
    content: '';
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #708090;
    position: absolute;
    top: -12px;
    left: 0px;

}

html, body {
  /* background-color: black; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}



.fakeimg {
  height: 200px;
  background: #aaa;
}

.pfp {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  
}

body, html {
  background-color: dark;
}
