        h2 
        {
            color:black;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body 
        {
            height: 100%;
            width: 100%;
            background-image: url(image1.jpeg);
            background-size: 100% , 100%;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }
        #labels
        {
            padding-left: 30%;
        }
        #buttons
        {
            padding-left: 30%;
            
        }
        

        button{
            background-color: transparent; /* Green */
            padding: 10px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            color: black;
            border: 2px solid black;
            transition-duration: 0.4s;
            border-radius: 20px;
            margin-left: 10px;
            

        }
        button:hover
        {
            background-color: black;
            color: whitesmoke;
        }




            

        h1{
            font-size: 70px;
            font-weight: 600;
            color: #fdfdfe;
            text-shadow: 0px 0px 5px black, 0px 0px 10px black, 0px 0px 10px black,
                0px 0px 20px #000000;

            margin-left: 25%;
        }