@font-face {
    font-family: 'lemonchickenregular';
    src: url('LEMONCHI-webfont.eot');
    src: url('LEMONCHI-webfont.eot?#iefix') format('embedded-opentype'),
         url('LEMONCHI-webfont.woff2') format('woff2'),
         url('LEMONCHI-webfont.woff') format('woff'),
         url('LEMONCHI-webfont.ttf') format('truetype'),
         url('LEMONCHI-webfont.svg#lemonchickenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




.lemon {
    font-family: 'lemonchickenregular';
    color: white;
    text-decoration: none;
    font-size: large;
    font-weight: 700;
}





.jumbo{
    margin-top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 3px solid white; 
  
}

