@font-face{
    font-family: 'Poppins';
    src: url("../fonts//Poppins-Regular.ttf") format('truetype');
}

@font-face{
    font-family: 'Poppins-Bold';
    src: url("../fonts//Poppins-Bold.ttf") format('truetype');
}

@font-face{
    font-family: 'Schabo';
    src: url("../fonts//schabo.woff") format('truetype');
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 	  
