* {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}



body {
    margin:auto;
     background-color: #f1f1f1;
}

h1 {
     color: #797979;
    font-family:'Space Mono';
    font-weight:400;
    font-style: normal;
    line-height: 20px;

    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
    background-color: #f1f1f1;
}

#text {
    max-width: 820px;
    align-content: center;
    background-color: #f1f1f1;
}

#page {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #f1f1f1;
    
}

#hoosacmt {
    
    max-width: 820px;
    margin-top: 25px;
    margin-bottom: 20px;
}


iframe { max-width: 820px; 

   
}

hr {max-width: 820px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

#sides { background-color: #989898;
max-width: 820px;
    margin-top: 25px;
    margin-bottom: 25px;  
    padding:3px;
    color: white;
    font-family:'Space Mono';
    font-weight:400;
    font-style: normal;
    line-height: 20px;
        text-transform: uppercase;
text-align: center;
    letter-spacing: 3px;
    font-size: 10px;
    position: relative;

}

#covers {
 max-width: 820px;   
}

#full {
  background-color: #f1f1f1;
}



table {
  
    border-collapse: collapse;
}

td {
    border: none;
}

.column {
  float: left;
  width: 50%;


 
}



/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
    
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    
  }
}

.areess {
   color: whitesmoke;
    font-family:'Space Mono';
    font-weight:400;
    font-style: normal;
    line-height: 15px;

    letter-spacing: 3px;
    font-size: 10px; 
}

a {
    color:#d8bc30;
}