body {
    background: #fff;
    font-family:Sweet_Husky;
    text-transform: uppercase;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
   
    font-size: 20px;;
  }
  h1 {
      font-size: 50px;
      text-align: center;
  }
  p {
      text-align: center;
  }
  @font-face {
    font-family:Sweet_Husky;
    
	 src:url(../fonts/Sweet_Husky.ttf);
	 
   }
   .col {
       max-width: 100%;
       
       text-align: center;
   }
   .myimg {
       width: 16px;
   }