main {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-width: 100%;
    padding: 2em;
   
}

.logo {
    width: 300px;
    height: auto;
}
.logo img {
    max-width: 100%;
    height: auto;
}