html,body{ width: 100%; height: 100%; margin: 0; padding: 0; background: black; overflow: hidden; cursor: pointer; font-family: Helvetica, arial, sans-serif; } .form{ position: fixed;top: 20px;left:10px; color: white; } a{color:white;text-decoration: none;} a:hover{text-decoration: underline;}