@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background: #410073;
    background: -moz-linear-gradient(top, #410073 0%, #7122CB 60%, #B541CC 100%);
    background: -webkit-linear-gradient(top, #410073 0%, #7122CB 60%, #B541CC 100%);
    background: linear-gradient(to bottom, #410073 0%, #7122CB 60%, #B541CC 100%);
    background-image: url ("img/stars.gif");
}

h4, h4, p {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2{
    color: #FFF;
    background-color: none;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #e9a2ff, 0 0 30px #8753ff, 0 0 40px #7b00c2, 0 0 55px #4a0061, 0 0 75px #e57bff;
    text-align: center;
}