p {
	font-size: 36px;
      color: white;
	font-weight:bold;
	padding-top: 30px;
  }


input{
	
     
      box-shadow: 2px 2px 0 navy;
      background-color:;
}

button{
        color: #0000FF;
        margin-left:1em;
        margin-bottom:.5em;
        box-shadow: 2px 2px 0 navy;
    }
body{
       text-align:center;
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 20px;
	 background: rgb(2,0,36);
       background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

h1 { text-transform: uppercase;
     color: white;
     padding-bottom: 20px;
     font-size: 46px;
     border-bottom: 1px none;
     margin-right: 20px;
     text-decoration:underline;
}

a:link, a:visited {
 
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
}

