body {
    margin: 0;
    font-family: Arial, sans-serif;
}

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

.top-text, .bottom-text {
    text-align: center;
    margin: 20px;
}

.sans-font {
    font-family: 'Arial', sans-serif;
}

.middle-image img {
    max-width: 100%;
    height: auto;
}

.bottom-image img {
    max-width: 100%;
    height: 100px;
}