h1{
    text-align: center;
}

.top-part {

    width: 70%;
    height: 500px;
    background-color: white;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px;
    toggle-group: top-part-blue, top-part-red, top-part-inv;
    border-radius: 10px;
    content: "";
    clear: both;
    display: table;
}
.top-part-blue
{

    float: left;
    background-color: #456cdd;
    background-image: url("img-css/pizza 3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 40px;
    width: 300px;
    height: 400px;
    border: 2px solid black;
    outline: none;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .2s;
    margin-left: auto;
    margin-right: auto;

}
.top-part-blue:hover {
    transform: scale(1.2);
    border: 5px solid #413ccc;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    background-color: #adb5bd;
    color: transparent;
}
.top-part-red
{
    float: left;
    float: right;
    background-color: #ec704a;
    background-image: url("img-css/Pizza 2.webp");
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 300px;
    height: 400px;
    border: 2px solid black;
    outline: none;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .2s;


}
.top-part-red:hover {
    transform: scale(1.2);
    border: 5px solid #ba0000;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    background-color: #adb5bd;
    color: transparent;
}
.top-part-yellow
{
    transition: .2s;
    background-color: #ecc64a;
    background-image: url("img-css/pizza 1.avif");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 40px;
    width: 300px;
    height: 400px;
    border: 2px solid black;
    outline: none;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .2s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 auto ;

}
.top-part-yellow:hover {
    transform: scale(1.2);
    border: 5px solid #F5B027;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    background-color: #adb5bd;
    color:transparent;

}
.pizza_box
{
    margin-bottom: 0 auto;
    width: 97%;
    height: 10%;
    background-color: transparent;
    color: transparent;
    transition: transform .2s;
}
.pizza_box:hover{
    margin-top: 0 auto;
    background-color: #c8c8c8;
    color: black;
    border: 5px solid #090909;
    transform: scale(1.02);
}
.under_box{
    width: 100%;
    height: 30%;
    background-color: transparent;
    margin-top: 80%;
    color: transparent;
}
.under_box:hover{
    color: black;
    border-top: 5px #090909;
    background-color: #6c6c6c;
    border-top: 4px solid #090909;

}
.info{
    background-color: transparent;
    color: transparent;
    transition: transform .2s;
}
.info:hover{
    color: black;
    border-color: #090909;
    background-color: #6c6c6c;
    transform: scale(1.005);
    border-top: 2px solid rgba(9, 9, 9, 0.2);
}
.winkelmand{
    background-color: red;
    float: right;
    width: 20%;
    height: 50px;


}
.gradiant{
    float: right;
    width: 10%;
    height: 50px;
    background: rgba(199, 87, 87, 0.1);
    background: linear-gradient(90deg,rgba(199, 87, 87, 0) 5%, rgba(255, 0, 0, 1) 100%);
}