
#wrapper {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#informaticslogo {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

header {
    text-align: center;
    background-color: #f7ac2a;
}
}
            
input[type="submit"] {
	width: 100px;
}

form {
	background-color: #e0e0e0;
}

body {
	
	background-image: linear-gradient(to bottom, #000000, #e0e0e0);
	background-repeat: no-repeat;
}