body{
	background-color: black;
}

.center{
	display: flex;
	justify-content: center;

}

.main_menu {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;
}

.glow {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    mix-blend-mode: screen;
	filter: brightness(1);

    pointer-events: none;

    z-index: 1;
}
