body {
    font-family: "Ga Maamli", sans-serif;
    background-image: url('/assets/mother_of_pearl_galaxy_seamless.png');
    width: 100vw;
    height: 100vh;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
