body{
    background-color: brown;
}
.header{
    background-image: url("../images/2bc85a1f-aaae-4c49-8e13-67b7bc49c9e5.jpeg");
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}
h1{
    text-align: center;
}
img{
    height: 200px;
    width: 400px;
}
.piz{
    margin-top: 30px;
    background-color: brown;
    padding: 50px;
    text-align: center;
    color: cadetblue;
}
.top{
    background-color: brown;
    color: cadetblue;
    font-style: oblique;
}
.btn{
    margin-top:30px;
}
section{
    background-image: url(/images/pizza-3303388_960_720.jpgg);
}
.footer{
    margin-top: 30px;
    text-align: center;
    background-color: brown;
    padding: 20px;
    font-style: italic;
    color: cadetblue;
    
}
.piz{
    font-style: italic;
    font-size: 40px;
    text-align: center;
    text-underline-position: auto;

}
marquee{
    background-color: white;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
}