

body {  
        background-image: linear-gradient(to right, rgb(69, 14, 107) 0%, rgb(255, 0, 0) 100%); 
        }
        #headline {
           text-align: center; 
            font-size: 50px;
           color: rgb(0, 0, 0); 
           font-family: 'Minecraft', sans-serif;
        }

        #under-headline {
            color: rgb(0, 0, 0);
              text-align: center; 
              font-family: 'Minecraft', sans-serif;
        }
        #credits {
            text-align: left; 
            color: rgb(0, 0, 0); 
            font-family: 'Minecraft', sans-serif;
            text-decoration: none;

        }
        #credits_text {
            text-align: left; 
            color: rgb(0, 0, 0); 
            font-family: 'Minecraft', sans-serif;
          position: fixed;
          bottom: 0;
        }