body{
height: 1100px;
width: auto;
color: brown;


}
.container{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
   
   
  
}
.row1{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    color: black;
    width: 100%;
    height: 250px;
    background-color: rgba(160, 134, 134, 0.267);
    background-position: 20%;
    background-size: cover;
}
 .row2{
    
  background-color: rgba(160, 134, 134, 0.267);
    height: 450px;
    width: 100%;
    text-align: center;
}
.row3{
    text-align: center;
}
    
#images{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.column2{
float: left;
width: 33.33%;
padding: 15px;

}
 h1{
   color: brown;
    font-weight: bolder;
    font-size: 400%;
}
#btn{
    border-radius: 30px;
  background-color:white;
  border: 1px solid white;
  width: 90px;
  margin: 15px;
  text-align: center;
}
 #totals{
    display: none;
}
#add-pizza{
    display: none;
}

 button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
  }
  

 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
.row3{
  background-color: #c4c4c4;
} 


