/* 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." */

body {
  color: #ffffff;
  font-family: Fira Mono, DejaVu Sans Mono, Menlo, monospace; 
  font-size: 1rem; 
  font-weight: bold;
  overflow-x:hidden;
  margin: 0 auto;
  max-width:  1200px;
  letter-spacing: 2px;
  line-height: 2rem;
  background-image: url('bg2.png');
  background-repeat: repeat; 
  background-size: 20%;
  
}

a {
  text-decoration: none;
}


.card {
  text-shadow: 1px 1px 2px white;
  color: red;
  font-size: 20px; 
  box-shadow: 0 4px 8px 0;
  width: 24%;
  height: 35vh; 
  background-repeat: no-repeat; 
  background-position: center;
  background-size: cover;
  float: left;
  margin: 0.4vw;
  position: relative;
  
}

.cardname { 
  position: absolute;
  bottom: 0;
  left: 10%
  
}
#cardone
  background-image: url('Shroomb);
}
