header {
    color: yellow;
    padding: 20px;
    font-size: xx-large;
    display: flex;
    justify-content: space-evenly;
    background-color: darkgoldenrod;
    
    

}

*{
    font-family: 'Courier New', Courier, monospace;
    
}

body{
    background-color: brown;
}

.welcome{
    width: 50%;
    font-size: 200%;
    font-family: serif;
   
    text-align: center;
}

.banana {
    width: 20%;
    
   text-align: center;
    
}

.banana img {
    width: 50%;
}

#description{
    text-align: center;
    width: 70%;
    margin: auto;
    color: yellow;
    font-family: sans-serif;

}

.row{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding: 20px;
    
}

#menu {
    font-family: sans-serif;
    width: 50%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-evenly;
    justify-content: space-between;
    
}

.menu-item { 
    width: 18%;
    background-color: brown;
    text-align: center;
    padding: 20px;
    color: yellow;
    border: solid;
}

.menu-item:hover {
    background-color:yellow;
    color: brown;
    border: solid;

}

h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}

.oftheweek{
    border: solid 1px;
    width: 30%;
    color: yellow;
    text-align: center;
    padding: 20px;
    margin-left: 5%;
    height: fit-content;
    

}

#monkey1 img{
    width: 50%;
    border: solid yellow;
}

#monkey2 img{
    width: 50%;
    border: solid yellow;

}

#monkey3 img{
    width: 50%;
    border: solid yellow;
}

#monkey4 img{
    width: 50%;
    border: solid yellow;
}

#monkey5 img{
    width: 50%;
    border: solid yellow;
}
#monkey6 img{
    width: 70%;
    margin-left: 50px;
    margin-top: 30px;
    border: solid yellow;
}

#monkey7 img{
    width: 60%;
    border:  solid yellow;
    margin-left: 20%;
    margin-top: 20%;
    margin-bottom: 20%;
}
#monkey2, #monkey3{
    text-align: center;
    height: 150px;
    overflow: hidden;
}

#monkey4, #monkey5{
    height: 90px;
    text-align: center;
    overflow: hidden;
}
.Kevin{
    border: solid 1px;
    width: 70%;
    margin-left: 15%;
    padding: 5px;
}

#vote{
    width: 50%;
    border: solid 1px;
    float: right;
    color: yellow;
    margin-right: 10%;
    margin-left: 10%;
    padding-left: 20px;
    padding: 20px;
    
}

#one, #two, #three, #four{ 
	width:  43%;
    height:160px;
	float: left;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
    text-align: center;
}

#three, #four{
    height: 90px;
}

.title{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;

}
#monkeynews{
    width: 40%;
    border: solid 1px;
    color: yellow;
    padding: 20px;
    font-size: x-small;
    display: flex;
    justify-content: space-around;
    height: fit-content;
    
}

#news{
    width: 50%;
    padding: 5px;
}

#whattodo{
    border: solid yellow;
    color: yellow;
    display: flex;
    height: fit-content;
    width: 80%;
}

#howtohelp{
    width: 40%;
    padding: 20px;
    padding-left: 10px;
    
}

.help{
    font-weight: bold;
    color: red;
    font-style: italic;
}


footer{
    background-color: maroon;
    color: yellow;
    text-align: center;
    padding: 20px;
}

#merch{
    float: right;
}

#text{
    color: yellow;
    
}


  