body {
    background-color: #f8f9fa;
}
.hero {
    background: url('https://example.com/pizza-background.jpg') no-repeat center center/cover;
    height: 400px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu-item {
    margin: 20px 0;
}
footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#secsobre{
    margin-left: 5em;
    margin-right: 5em;
}

h1{
    color: black;
}

#logo{
    width: 2.5em;
}

#imgsec1{
    width: 25em;
    margin-left: 7em;
}

#sec1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 6em;
    margin-left: 10em;
    margin-right: 10em;
}



#artsec1{
    display: flex;
    flex-direction: column;
}

#botaosec1{
    margin-top: 1.5em;
}

@media screen and (max-width: 730px) {

h1{
    color: black;
}

#imgsec1{
    width: 10em;
    margin-left: 0;
}

#sec1{
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    margin-left: 1em;
    margin-right: 1em;
}

#secsobre{
    margin-left: 2em;
    margin-right: 2em;
}
}