* {
    margin: 0;
}

.container {
    background-color: white;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content:center ;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.logo-name{
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
}

.banner {
    width: 100%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.logo-name{
    font-size: 1rem;
    margin-bottom: 1rem;
}

}