#homeId{
  background-color: #fff;
  min-height: 100vh;
  padding-top: 7%;
}

.class-title-holder{
  text-align: left;
}

#title{
  font-size: 3em;
  font-family: 'Courier', Courier, monospace;
  color: #000;
  font-weight: Courier;
  text-align: left;
  /* word-spacing: unset;  */
  margin-bottom: 0;
  text-shadow: 0.4px 0 black;
}

.class-tag{
  text-align: left;
  font-size: 1.1em;
  font-family: 'Courier', Courier, monospace;
  color: #000;
  font-weight: normal;
  text-shadow: 0.4px 0 black;
  /* letter-spacing: 1px; */
}

.class-all-slim{
    padding: 0;
    margin: 0;
}

.class-left-tab-pad{
    padding-left: 2em;
}

.class-top-heavy{
    padding-top: 1em;
}

.class-full-page-height{
    min-height: 70vh;
}

.class-red-font{
    color: red;
    text-shadow: 0.4px 0 red;
}

.class-grey-font{
    color: rgb(105, 102, 102);
    text-shadow: 0.4px 0 rgb(105, 102, 102);;
    /* text-shadow: 0.3px 0 rgb(14, 180, 28); */
}

.class_key_font{
    color: #BD3241;
    font-size: 1.1em;
    font-family: 'Courier', Courier, monospace;
    font-weight: normal;
    text-shadow: 0.6px 0 #7F342C;
}

/* .class-home-title-image{
  height: 250px; 
  width: 250px; 
  padding: 0; 
  border-radius: 50%; 
  background-image: url('../images/kushal.jpg');
  background-position: center;
  background-size: contain;
  filter: grayscale(100%);
} */

.hello{
  padding-bottom: 4%;
}