.amongus {
    color: rgb(255, 255, 255);
    font-family: cursive;
    font-size: 90px;
    margin: 15px;
}

.box {
    border-radius: 20%;
    height: 150px;
    width: 600px;
    margin-top: 0px;
    border-style: solid;
    background-image: url("https://fornopiombo.com/cdn/shop/articles/are-pizza-ovens-worth-it---What-to-know---Forno-Piombo.jpg?v=1725052365");
    background-size: 600px;
    align-items: center;
    border-radius: 15px;
    margin-top: 50px;
}

.oven {
    width: 230px;
    margin-bottom: 40px;
}

body {
    background-image: url('https://popmenucloud.com/cdn-cgi/image/width%3D600%2Cheight%3D600%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D60/xlunvecz/b779f9aa-bcdd-4049-ba83-fdcc58eb2741.jpg'),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}


.Order {
    position: absolute;
    margin-top: 410px;
    margin-left: 78%;
    width: 90px;
    border: #000000;
    border-radius: 10%;
    background-color: rgb(63, 143, 63);
}


.imageplaceholder {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    color: white;
    display: inline-block;
    position: absolute;
    margin-left: 15%;
    border: 4px solid #000000;
    border-radius: 10px;
}

.Pizzamage {
    width: 300px;
    height: 300px;
    
}

.Pizzas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 200px;

}

.PizzaPrice {
    color: #8f8f8f;
    position: absolute;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 470px;
    margin-left: 5%; 
}

.PizzaName {
    color: #000000;
    position: absolute;
    font-size: 30px;
    font-family: sans-serif;
    margin-top: 93%;
    margin-left: 5%;
}

.first {
    width: 450px;

    height: 500px;
    background-color: #ffffff;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;

    border: 4px solid #000000;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}

.second {
    width: 450px;
    height: 500px;
    background-color: #ffffff;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;

    border: 4px solid #000000;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}

.third { 
    width: 450px;

    height: 500px;
    background-color: #ffffff;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;

    border: 4px solid #000000;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}

.fourth {
    width: 450px;

    height: 500px;
    background-color: #ffffff;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;

    border: 4px solid #000000;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}
