
body {
    color: #545454;
    font-family: cursive;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 2em 2em 4em;
    background-color: ghostwhite;
}

h3 {
    color: black;
    font-family: cursive;
    
}

h2 {
    margin-top: 1.3em;
    font-size: 400%;
    color: black;
    text-align: center;
    font-family: cursive;
}

p {
    color: black;
    font-family:serif;
}



img {
object-fit: cover;
  width:387px;
  height:350px;

}

h1 {
    text-align: center;
    font-size: 900%;
    font-family: cursive;
    color: black; 
    
    
    
   
    position: relative;
}


#all {
    padding-right:70px;
    padding-left: 70px;
    width: 1300px;
}

.image {
    position: relative;
    width: 100%;
}

.divide {
    border-width: thin;
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 4px;
    
    
    
}

.food{
    border-width: thin;
    border-style: solid;
    border-color: black;
    margin top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
   
}

#home {
    align-content: center;
}


#definition {
    font-size: 500%;
}

.w3-content {
    float: right;
    margin-top: 200px;
}


footer {
    text-align: center;
    font-family: serif;
    font-size: 120%;
    color: black;
}

#grace {
    float: left;
}
nav {
    width: 100%;
    background-color: black;
    height: 40px;
    text-align: center;

}

.navbar-inverse {
    background-color: black;
    height: 60px;
}

.margin {
    margin-right: 510px;
}

.study {
       border-width: thin;
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 4px;
}