

* {box-sizing: border-box;
    
}

.container {
    display: grid;
    border: 5px rgb(166, 166, 185) solid;
    height: 4000px;
    width: 1200px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(16, 1fr);
  background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 2px solid rgb(13, 20, 2);
    
    

}


a {

    text-decoration: none;
}

.header {

    
    font-family: arial;
    font-size: 40px;
padding: 60px;

text-align: center;
font-family: 'Odibee Sans', cursive;

grid-area: 1 / 1 / span 1 / span 12;
background-color: #a8b8be;



}



.claimtofame {
    float:  left;

    font-family: arial;
   
padding: 60px;
text-align: left;

grid-area: 2 / 1 / span 1 / span 12;
background-color: rgb(229, 228, 216);



}

li {
    margin: 17px 0 15px 0;
    list-style-type: none;
    font-size: 18px;
    padding: 30px;
    
   
}



    
img {
    
    display: block;
    
  float: left;
  margin: 15px;
  
  border: 1px solid black;
  text-align: center;
  padding: 0px;
  width: 350px;
  max-width:100%;

}
ul {
    list-style-type: none;
    padding: 20px;
    margin-left: 30px;
    
}

h1 {
    font-size: 26px;
    margin: 37px 0px 10px 0px;
   
}

figure {
    float: left;
    margin: 20px;

}

figure img {
    vertical-align: top;

}

figure figcaption {
    text-align: center;
    
}

h2 {
    font-size: 24px;
    color:rgb(20, 76, 77)
}

body {
    background-color: rgb(118, 155, 201);
}



.HomeLink {
  
  
    grid-area: 2 / 1 / span 2 / span 2;
    font-size: 43px;
    font-family: 'Odibee Sans', cursive;
    padding-top: 50px;
    color: #006400;
    text-align: center;
    float: left;
    margin-right: 20px;
  
  
  }







.titleimg {

grid-area: 2 / 3 / span 2 / span 2;



}




.titletexttop {

    background-color: rgb(87, 112, 86);
    
    font-size: 40px;
padding: 10px;
text-align: center;

grid-area: 2 / 5 / span 1 / span 6;

font-family: 'Odibee Sans', cursive;

display: flex;

  justify-content: center;

  align-items: center;
  border-radius: 5px;
  margin-top: 15px;


  

}


.titletextbottom {

    background-color: rgb(87, 112, 86);
    
    font-size: 54px;
padding: 10px;
text-align: center;
grid-area: 3 / 5 / span 1 / span 6;

font-family: 'Odibee Sans', cursive;

display: flex;

  justify-content: center;

  align-items: center;
  border-radius: 5px;
     


}


@media (min-width: 150px) and (max-width: 767px) {
	.container {
    display: block!Important;
    width: auto!important;

}
.claimtofame {
    float: none;
	padding: 20px;
}
}