.logo {
display: flex;
justify-content: center;
margin-bottom: 10px;
}

.logo img {
max-width: 70px;
border-radius: 5px;
}
