.logo {
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-content: center;
}

.logo img {
    width: 300px;
    height: auto;
    object-fit: contain;
}