body {
    margin: 0px;
}

* {
    box-sizing: border-box;

}

div {
    text-align: justify;
}


header{
    background-image: url(/homework_3/assets/img/header.jpg);
    object-fit: fill;
    object-position: center;
    margin: auto;
    overflow: auto;
    color: white;
}

.container {
    width: clamp(576px, 70vw, 1200px);
    margin: auto;
}

img{
    display: block;
    max-width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
}