#header-bar {
    width: 100%;
    height: 50%;
    background-color: greenyellow;
    margin: 0;
    font-size: 100px;
    font-family: SimSun;
    text-align: center;
    color: darkgreen;
    text-shadow: darkorange 3px 2px 0;
    background-image: url("download.jpg");
    background-repeat: no-repeat;
    background-size: 6%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkgreen;
}

ul li {
    float: left;
}

ul li1 {
    float: right;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-family: SimSun;
}

ul li1 a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-family: SimSun;
}

ul li a:hover {
    background-color: #111111;
}

ul li1 a:hover {
    background-color: #111111;
}

div1 {
    display: block;
    margin: auto;
    width: 50%;
}

div2 {
    display: block;
    margin: auto;
    width: 50%;
}


.container {
    border-radius: 25px;
    background-image: url("pizza in space.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    width: 1018px;
    height: 500px;
    margin: 0 auto;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    text-shadow: darkorange 3px 2px 0;
    font-size: 80px;
    font-family: SimSun;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container2 {
    border-radius: 25px;
    background-image: url("dehydrated pizza.avif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    width: 480px;
    height: 250px;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-right: 22%;

    color: white;
    text-shadow: darkorange 3px 2px 0;
    font-size: 80px;
    font-family: SimSun;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container3 {
    border-radius: 25px;
    background-image: url("pizza steve2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    width: 480px;
    height: 250px;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 22%;

    color: white;
    text-shadow: darkorange 3px 2px 0;
    font-size: 80px;
    font-family: SimSun;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    background-color: #111111;
    width: 100%;
    height: 50%;
    margin: 0;
}

