html {
background-color: black;
color: white;
}
body {
padding: 25px;
text-align: center;
background-image: url("http://www.noumenoncomic.com/images/bg.png");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
}
element {
    font-size: #vw; // #vw is the font size
    // CSS Property
}

/* FONTS */
.im-fell-english-sc-header {
font-family: "IM Fell English SC", serif;
font-weight: 400;
font-style: normal;
}
.im-fell-english-sc-regular {
font-family: "IM Fell English SC", serif;
font-weight: 200;
font-style: normal;
}
.im-fell-english-sc-small {
font-family: "IM Fell English SC", serif;
font-weight: 50;
font-style: normal;
}
.vend-sans {
  font-family: "Vend Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-size: 8pt;
  font-style: normal;
}
/* END FONTS */

 a {
        text-decoration: none;
      }
      a:link {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
      }
      a:visited {
        color: #ffffff;
        border-bottom: 1px solid #E63007;
      }
      a:hover {
        color: #E63007;
        border-bottom: 1px solid #E63007;
      }
.img-header{
    max-height:75%;
    max-width:75%;
    height:auto;
    width:auto;
}
/* SUBSCRIBE BOX */
.p-4 {
    padding: 1rem;
}
.bg-card {
    background-color: #3D3D3D;
}
.border-border {
    border-color: #C9C9C9;
}
.border {
    border-width: 1px;
}
.rounded {
    border-radius: .25rem;
}
.max-w-sm {
    max-width: 24rem;
}
.w-full {
    width: 100%;
}
.mb-2 {
    margin-bottom: .5rem;
}
.bg-foreground {
    background-color: #000000;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem;
}
.px-2 {
    padding-left: .05rem;
    padding-right: .05rem;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.font-medium {
    font-weight: 500;
}
.text-background {
    color: #ffffff;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
button, [role=button] {
    cursor: pointer;
}
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
}
/* END SUBSCRIBE BOX */

/* IMAGE GALLERY ZOOM */
* {
  box-sizing: border-box;
}

.zoom {
  padding: 0px;
  background-color: black;
  transition: transform .2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2);
}
/* END IMAGE GALLERY ZOOM */

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}