body{	
	font-family: sans-serif;
	background-image:URL("hinter.jpg");
	min-width:500px;
}
h1{
	font-size:30px;
}
article{
	text-align:center;
	padding:50px;
	padding-top:25px;
	background-image:URL("trans.png");
	color:#00A6DA;
	display: block;
	margin-top:50px;
    margin-left: auto;
    margin-right: auto;
	height:300px;
	width:300px;
	border-radius: 35px;
}
input[type="submit"] {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
    margin: 4px 2px;
    cursor: pointer;
	background-color: white;
    color: #00A6DA;
    border: 3px solid #00A6DA;
	border-radius: 5px;
}
input[type="submit"]:hover{
    background-color: #00A6DA;
    color: white;
}

a{
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
    margin: 4px 2px;
    cursor: pointer;
	background-color: white;
    color: #00A6DA;
    border: 3px solid #00A6DA;
	border-radius: 5px;
}
a:hover{
    background-color: #00A6DA;
    color: white;
}

