body{
 background-image: url(bilda/GFZROCKB.png);
 background-repeat: repeat;
 }

    #enterBtn {  /* or #enterBtn, whatever your button ID is */
        font-size: 30px;
        padding: 25px 50px;
        display: block;
        margin: 600px auto;      /* 50px top/bottom spacing, centered horizontally */
        cursor: pointer;        /* Makes it look clickable */
        border-radius: 10px;    /* Rounded corners (optional) */
    }
 
    h1 {
        color: #00FF00;
        font-family: papyrus;
        text-align: center;
    }

    p {
        color: #EE82EE;
        font-family: comic sans ms;
        text-align: center;
    }

   
