
*(box-sizing: borber-box;)
	  
#wrapper {background-image: linear-gradient(to bottom, #FFFFFF, #90c7e3);
			background-repeat: no-repeat;
			background-color: #90c7e3;}
	  
header {background-color: #002171;
        color: #ffffff;
		text-align: center;}
		
header a {text-decoration: none;}

header a:link {color: #FFFFFF;}

header a:visited {color: #FFFFFF;}

header a:hover {color: #90c7e3;}

body {
    font-family: Arial, sans-serif;
}

form {
    margin: auto;
    width: 50%;
    padding: 10px;
}

label {
    font-weight: bold;
}

input[type=text], input[type=email], input[type=date], textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: #54bc7a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

input[type=submit]:hover {
    opacity: 0.8;
}


form {display: flex;
		flex-direction: column;
		flex-wrap: nowrap;}
		
input, textarea {margin-bottom: .5em;}

