html, body{
    max-width: 100%;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
/*background*/
.pizzaBack{
    background-image: url("/Images/Pizza_background.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 8%;
    width: 100%;
}
#pizzaBack2{
    margin-left: auto;
    width: 100%;
}
.thumbnail{
    margin-right: 15%;
}
#welcomeStyle{
    color: rgb(240, 248, 255);
    margin-top: -40px;
    padding: 20px;
    font-family: Gill Sans, sans-serif;
}
#quoteWelcome{
    color: rgba(240, 248, 255, 0.851);
    font-family: Gill Sans, sans-serif;
    margin-top: -30px;
    padding: 20px;
}
#buttonHome{
    margin-right: 5%; 
}
#topPicks{
    text-align: center; 
    margin-left: auto;
    font-family: Gill Sans, sans-serif;
    margin-right: 10%;
}
#topPicksH5{
    text-align: center;
    color: rgba(0, 0, 0, 0.575);
    font-family: Gill Sans, sans-serif;
    margin-right: 10%;
}
#madeFresh{
    font-family: Gill Sans, sans-serif;
    padding: 20px;
}
#ourPizza{
    font-family: Gill Sans, sans-serif;
    padding: 20px;
    line-height: 2;
}
p{
    font-family: Gill Sans, sans-serif; 
}