body {
    background-color: whitesmoke;
    width: 100%;
    
}
#EAT-box {
    display: flex;
    
    /* justify-content: space-evenly; */

}
.jumbotron {
    display: flex;
    justify-content: space-evenly;
    
}
.header h3{
    font-family: 'Coiny', cursive;
    color: #EC7063;
    background-color: whitesmoke;
}
 .notification {
    background-color: whitesmoke;
}
.getStarted-container {

    background-color:  whitesmoke;
    margin-left: auto;
    margin-right: auto;
}
.getStarted-container h3{

    color: yellow;
    
}
.go-back-btn {
    background-color:cadetblue;
}
.go-back-btn:hover {
    background-color:lightskyblue;
}
.LetsEat {
    background-color: rgb(236, 112, 99);
}

/*footer styling */

footer {
    color:whitesmoke;
    width: 100%;
    min-height: 200px;
    
}
h3 {
    font-size: 30px;

}
footer h3 span {
    color:  #EC7063
}

.footer-mobile span {
    color:  #EC7063
}

.footer-mobile {
    color:whitesmoke;
    height: 13vh;
    width: 100%;
    font-size: 3vh;
    min-height: 100px;
}
@media screen and (min-width: 981px) {
    .footer-mobile{
      display: none;
    }
  }
  
  @media screen and (max-width: 981px) {
    .footer-desktop{
      display: none;
    }
  }

@media screen and (min-width: 850px)
body {
    
}


