body{
    font-family:Asap, Arial, sans-serif;
    margin: 20px;
    color: white;
    margin: 20px;
    background-color:#555;
}

h1 {
    color:burlywood;
}

h2 {
    color:antiquewhite;
}

#banner {
    width: 300px;
    height: 250px;
    background: white;
    position: relative;
    overflow: hidden;
    top: 50px;
    left: 25%;
    border: 2px solid black;
    box-shadow: 4px 5px 10px 1px #000000;
}

.panel {
    width: 300px;
    height: 250px;
    position: absolute;
    overflow: hidden;
}

#panel1 {
    background: #a02600;
}

#panel2 {
  top:260px;
  background: url(../images/burger.jpg);
}

#panel1 h1 {
    width: 300px;
    position: relative;
    font-size:40px;
    line-height:240px;
    text-align:center;
}

#panel2 h2{
    width: 260px;
    margin: 0;
    position: absolute;
    top: 188px;
    font-size: 22px;
    text-align: center;
    padding: 20px;
    background: #a02600;  
}

#panel3 {
    top:520px;
}

#panel3 #info{
    width:100%;
    height:125px;
    padding:10px;
    position:absolute;
    top:125px;
    background: #a02600;
}

#panel3 h1 {
    font-size:34px;
    font-weight:700;
    letter-spacing: 1px;
}

#panel3 li {
    margin-top:10px;
    position:relative;
    color: #ffa488;
}

#panel3 #orderNow {
    padding:10px;
    position:absolute;
    top:60px;
    left:180px;
    background:#ffc600;
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    border: 4px solid transparent;
}

#panel3 #orderNow:hover {
    background:#ffaa00;
    cursor: pointer;
    border: 4px solid #fff;
}