.logo {
    width: 100vw;
    /* Full viewport width */
    height: 100vh;
    /* Full viewport height */
    object-fit: cover;
    /* Scale while maintaining aspect ratio and crop excess */
    object-position: center;
    /* Center the cropped area */
}