 :root {
            --text: black;
            --border: #8B0000;
            --bg: #fbeeee;
        }

     body {
            background-image:url('https://shelbyjacksonart.neocities.org/images/ilydarkre.png');
            background-size: 400px;
            background-repeat: repeat;
            font-family: "Jersey 20", serif;
            color: var(--text);
            display: flex;
            flex-direction: column;
            align-items: center; 
            justify-content: center;
            min-height: 100vh;
            padding: 10px;
            margin: 0;
            width: 100%;
            max-width: 100vw; 
            overflow-x: hidden;
            font-size: 18px;}

    header {
    position: relative;
    height: 165%; 
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:2%}
    header img {
    max-width: 100%;
    height: auto;}
    
    .container{
    display: flex;
    max-width:100%;
    justify-content: center;
    margin-top: 25px; 
}
    .container2 {
    display: grid;
    grid-template-columns: 175px 205px;
    grid-auto-rows: auto;
    width:400px;
    justify-content: center;
    margin-top: 25px;
}
    .box1 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border);
    text-align: center;
    width: 175px;
    height: 325px;
    display: block;
    font-size: 20px;
    grid-column: 1; 
    grid-row: 1 ; 
}
    .textstuff {
    text-align:left;

}
    .box1 h1 {
    line-height: 1.0;
    letter-spacing:2px;
    margin: 10px;
    font-size:22px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;
}
    .nav {
    position: absolute;
    width: 175px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap:0px;
    z-index:10;
    text-shadow: 1px 1px 0 white;
}
    .nav a {
    text-decoration: none;
    background-color:#fbeeee;
    border:4px groove;
    border-color:#8b0000;
    color: black;
    font-size: 24px;
    transition: all 0.3s ease;
}
    .nav a:hover {
    background-color: #fbeeee;
    color: #cd1c18;
}
    .box2 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border);
    text-align: center;
    width: 200px;
    height: 325px;
    display: block;
    font-size: 19px;
    grid-column: 2; 
    grid-row: 1 ; 
}
    .box2 h1 {
    line-height: 1.0;
    margin: 10px;
    font-size:25px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;}
  
   .box2 img {
    max-width:125px;
    height:auto;
    margin-top:-5px;
}
    .box3 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 200px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 2 ; 
}
    .box3 img {
    float:right;
    margin-top:-20px;
}
    .box3 h1  {
    line-height: 1.0;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size:25px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;}
    
    .box4 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding-left:5px;
    width: 370px;
    height: 225px;
    display: block;
    font-size: 18px;
    grid-column: span 2; 
    grid-row: 3 ; 
  
}
    .box4 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
    .box4 p {
    margin: 4px 0;
    line-height: 1.2;
    font-size: 18px;
}
.box7 {
    color:white;
    position:relative;
    background:black;
    border: 3px groove var(--border); 
    text-align: center;
    margin-top:10px;
    padding:10px;
    width: 355px;
    height:75px;
    display: block;
    font-size: 15px;
    grid-column: span 2; 
    grid-row: 5 