/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  Apple{
  border: 2px solid #000000; /* 2px thick, solid, dark gray */
  padding: 10px; /* Adds space inside the border */
  display: inline-block; /* Keeps it tight to the text */
}
}
 }
  @font-face {
  font-family:'kiwi';
  src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  }