#app {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    transition: 0.5s;
}

.drop-shadow-custom {
    filter: drop-shadow(2px 4px 3px rgb(0 0 0 / 60%));
}