.pics{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: 40%;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.white{
    width: 400px;
    height: auto;
}
h1{
    background-color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    
}
h2{
    background-color: white;
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
    color: red;
}
.doors{
    display: flex;
    justify-content: center;
}
h3{
    background-color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: red;
}
body{
    background-image: url('67.jpg');
    background-repeat: repeat;
}