* {
    padding: 0;
    margin: 0;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.responsive {
    max-height: 300px;
    max-width: 100%;
    height: auto;

}

.image-container {
    margin: 0rem 2rem;
}