@font-face { font-family:chtulhu; src: url("fonts/JMH Cthulhumbus Arcade.otf")}; 
@font-face { font-family:psych; src: url("fonts/Psychopath.ttf")}

body{
    background-color: black;
    font-family:chtulhu;
    
}

.ribs{
    min-width: 500px;
    max-width: 900px;
    margin:0 auto;
    min-height:500px;
}

.header{
    margin: 0 auto;
height:60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color:#140e0d;
    border-color: red;
    color: red;
    border-style: solid;
}
.title{
    max-height:300px;
    min-height:100px;
    background-color:black
    
}
.root{
    max-width: 100%;
  height: auto;
}

.description{
    margin: 0 auto;
    min-height:75px;
    max-height:max-content;
    background-color:black;
    border-color: red;
    display:flex;
    flex-direction:column;
    justify-content: center;
    color: darkred;
    font-size: 28px;
}
.desctext{
    margin: 0 auto;
    font-family: chtulhu;
    text-align: center;
    font-size: 20px;
    color:darkred;
    padding-top: 15px;
}
.nextpage{
   margin: 0 auto;
    min-height:75px;
    max-height:max-content;
    background-color:black;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    color: darkred;
    
}
.empty{
    filter:saturate(20%);
}
.headerspace{
   height:75px;
    width:80%;
    justify-content: center;
}

.meat{
    min-height:500px;
    max-height:max-content;
    padding:15px;
    
}
img{
    max-width: 100%;
  height: auto;
object-fit: scale-down
}
.entrails{
    display: flex;
    flex-direction: row;
    height:max-content;

    margin: 0 auto;
    justify-content:center;
    flex-wrap: wrap;
}
.thumbnail{
}
.thumbnail:hover{
              filter:opacity(70%)
          }

.button{
    filter:saturate(20%);
    margin-top:5px;
    padding:10px;
    font-family:chtulhu;
    font-size: 20px;
    color:#2d0c1c;
    text-shadow: 1px 1px #532250;
    height:40px;
    max-width:150px;
} 
.button:hover{
    filter:grayscale(0%)
}
a{
 text-decoration: none;
color:firebrick;
}