body{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.grid {
	margin-top: 100px;
	
	width: 462px;
	height: 462px;
	display: flex;
	flex-wrap: wrap;
	background-color: yellow;
}

.square {
	height: 150px;
	width: 150px;
	border: solid black 2px;
	/* padding-right: 300px; */
}

.mole {
	background-image: url("images/bunny.png");
	background-size: cover;
}
.largetext{
font-size: 30px;
}


nav{
    display: flex;
    width:99%;
    height: 80px;
    background-color:yellow;
    font-family:'Times New Roman', Times, serif;
    outline-color: black;
    outline-style: solid;
    margin-bottom: 50px;
    margin-right: 100px;
    color:white;
    justify-content: space-between;
    /* border-radius: 51%; */
    padding-bottom: 10px;
    
  }

   
  a{border: 2px solid black;
    margin-top:20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 11px 25px;
    font-family: 'Playfair Display', serif;
    font-size:25px;
    align-items: flex-end;
  display: inline-block;
    position: relative;
    color:black;
	
    text-decoration: none;
    border-radius: 25%;
  }

 .section2{
    display:flex;
    align-items: center;
    /* align-content: flex-end; */
    width:100%;
    height: 80px;
    /* padding-top: 30px; */
    background-color: red;
    outline-color: black;
    outline-style: solid;
    /* margin-bottom: 50px; */
    /* margin-right: 100px; */
    color:black;
  /* justify-content: space-between; */
    /* border-radius: 51%; */
    padding-bottom: 10px;
    
  }