.with-mode-fade-enter {
    transform: translateY(150px);
    opacity: 0;
}
.with-mode-fade-enter-active {
    transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.with-mode-fade-enter-to {
    
}

.with-mode-fade-leave {
    opacity: 0;
}

.with-mode-fade-leave-active {
    opacity: 0;
}

.with-mode-fade-leave-to {
    opacity: 0;
}

body {
    overflow: hidden;
}

.brandName a {
    color: #D3D3D3;
    text-decoration: none;
}
