body {
    background-image: url(Images/pirellif1.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding: 220px;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    }
main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }   
h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: blue;
    text-shadow: 2px 2px 4px #aaa;
    }
h2 {
    font-size: 30px;
    text-align: center;
    color: black;
    margin-top: 0;
    margin-bottom: 10px;
}
p   {
    text-align: center;
    color: black;
    }
section {
    margin-bottom: 20px;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.established {
    font-style: italic;

    }
.address, .city{
    font-size: 20px;
    margin: 5px 0;
    color: black;
    font-style: bold;
    }
.phone, .email {
    font-style: italic;
    }
.hours-article  {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    }
.days {
    display: inline-block;
    text-align: left;
    width: 25%;
    }
.hours {
    display: inline-block;
    text-align: right;
    width: 25%;
    }
.closed-days {
    display: inline-block;
    text-align: left;
    width: 25%;
    }
.closed-hours {
    display: inline-block;
    text-align: right;
    width: 25%;
    }
footer {
    background-color: white;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    color: white;
    }
a   {
    color: black;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    color: purple;
    }
a:active {
    color: red;
    }
.logo {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    }
.logo img {
    width: 100px;
    height: auto;
    }
.nochecks {
    font-weight: bold !important;
    color: black;
    font-style: italic;
    }



