* {
    margin: 0;
    padding: 0;
}

h1 {
    color: #d0d6d9;
    text-align: center;
    margin-top: 400px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 70px;
}

h2 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 60px;
}

.box-1 p {
    color: #bdbfbf;
    text-align: center;

}

button {
    margin-left: 50%;
}

.box-1 {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(63, 128, 128, 0.75), rgba(63, 63, 63, 0.75)), url("img/clothing_stock.jpg");
    background-size: cover;
    background-position: center;
}

.img-responsive {
    display: inline-block;
    max-width: calc(100%/3);
}

.container {
    display: flex;
    justify-content: center;
}