body {
    background-color: black;
    color: white;
    background-image: url(

}
h1 {
        color: white;
        font-family: "Lucida Console", "monospace", "courier", "terminal";
        font-size: 200;
        padding-left: 125px;

}  
p {
        color: white;
        font-family: "Lucida Console", "monospace", "courier", "terminal";
        font-size: 200;
        padding-top: 30px;
        padding-left: 180px;
        text-decoration: none;
}


a: link {
	color: white;
	
}
a:visited {
	color: white;

}
a:hover {
	color: white;

}
a: active {
	color: white;
}

.danger {background-color: #f44336;} /* Red */ 
.danger:hover {background: #da190b;}

.btn {
    border: none; /* Remove borders */
    color: white; /* Add a text color */
    padding: 14px 28px; /* Add some padding */
    cursor: pointer; /* Add a pointer cursor on mouse-over */
}
.buttonload {
    background-color: blue; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px /* Set a font size */
}

