@font-face {
    font-family: "caribbean-regular";
    src: url("../fonts/Caribbean.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Caribbean.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Caribbean.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Caribbean.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Caribbean.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Caribbean.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Caribbean.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

body {
    background-color: #242424;
    text-shadow: -1px -1px 0 #a0a, 1px -1px 0 #a0a, -1px 1px 0 #a0a, 1px 1px 0 #a0a;
    font-family: "caribbean-regular";
}

h1 {
    color: #616161;
    font-size: 6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

p {
    font-size: 3vw;
    text-shadow: -1px -1px 0 #606, 1px -1px 0 #606, -1px 1px 0 #606, 1px 1px 0 #606;
}

.responsive {
    width: 75%;
    max-width: 700;
    height: auto; 
}