
.jersey-10-regular {
  font-family: "Jersey 10", url('graphics/Jersey_10/Jersey10-Regular.ttf') sans-serif;
  font-weight: 320;
  font-style: normal;
}

body {
  background-image: 
  url('/graphics/wigglybox.gif'), 
  url('/graphics/busan.jpg');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: 50%, cover;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}


h1 { /*stew recipe: */ color: White; font-family:"Jersey 10"; font-size: 26pt; text-decoration:underline ; text-decoration-style:wavy; text-decoration-color: powderblue ; text-indent:30px;}
h2{ /*Ingredients:*/ color:White;font-family:"Jersey 10";font-size: 24pt;text-indent: 30px;}
p {/*How you can make Neutrino!!*/ color: snow; font-family:"Jersey 10";font-size: 20pt;text-indent: 30px;}
li {/*Nutrient broth, Jam?!, Chunks of thought*/ color: papayawhip; font-family:"Jersey 10"; font-size:18pt;text-indent: 30px;}
a:link {/*unclicked embeds*/ color: peachpuff; text-decoration:none;}
a:visited {/*clicked embed*/ color:lightcyan; text-decoration:none;}
a:hover {/*hover embed*/ text-decoration: underline;}
.gridimg {
  width:100px ; height:100px
}


.special {
  font-family: "Jersey 10";color: powderblue; font-size: 28pt; text-indent: 40px;
}

.shaky:hover {animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;} 
  
  @keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
  .indent {
    text-indent: 40px;
  }
  
