
body {
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: georgia;
}
img {
  max-width: 100%;
  height: auto;
}

h1 {
  color: #fe0166;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: calc(4vw - 10px);
}

p {
  line-height: 2;
}

h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
  text-transform: lowercase;
} 

a {
  color: #fe0166;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  text-transform: uppercase;
}  

.header {
  padding: 30px;
  text-align: center;
  background: #000000;
}

.mane {
  float: left;
  width: 75%;
  padding-bottom: 100px;
  
}

.link {
  float: left;
  text-align: center;
  min-width: calc(25% - 20px);
  padding-left: 20px;
  padding-bottom: 100px;
}

.card {
  background-color: #000000;
  padding: 20px;
  margin-top: 20px; 
}


/* goofy aah mobile support */

 @media screen and (max-width: 1200px) {
  .mane, .link {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .link {
    padding-bottom: 100px;
  }
}
