* {
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../img/Без\ названия.jpeg);
    background-size: 100%;
}

div {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

img {
    border: solid 2px orange;
    border-radius: 10px;
    width: 400px;
    height: 270px;
}