body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 90%;
		background:url(poetry.jpg) no-repeat;
        background-size: cover;
        background-position: center;
	}
    .home{
        display: flex;
        align-items: center;
    }
    .home .content{
        max-width: 50rem;
    }
    h3{
        color: #d0e2f0;
        font-size: 50px;
        text-transform: uppercase;
        padding-left: 50px;
        padding-top: 50px;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }
    .home p{
        color: #d0e2f0;
        font-size: 20px;
        padding-left: 50px;
    }
    h1{
        color: #000000;
        padding-left: 50px;
    }
    .btn{
        display: inline-block;
        margin-left: 50px;
        border-radius: 5rem;
        background: #d0e2f0;;
        color: rgb(0, 0, 0);
        padding: .9rem 3.5rem;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
    }
    .btn:hover{
        background: #2d8bf7;
        color: #d0e2f0;;
    }

	li {
		list-style-image: url("icon-plus.png");
		line-height: 1.6em;
        color: #d0e2f0;
        margin-left: 50px;
	}

	table {
		border-spacing: 0px;
        margin: auto;
        margin-top: 150px;
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	th, td {
		padding: 15px 100px 20px 50px;
		border-spacing: 0px;
		font-size: 90%;
		margin: 0px;
	}
			
	th, td {
		text-align: left;
		background-color: #e0e9f0;
		border-top: 1px solid #f1f8fe;
		border-bottom: 1px solid #cbd2d8;
		border-right: 1px solid #cbd2d8;
	}
	
	tr.head th {
		color: #fff;
		background-color: #90b4d6;
		border-bottom: 2px solid #547ca0;
		border-right: 1px solid #749abe;
		border-top: 1px solid #90b4d6;
		text-align: center;
		text-shadow: -1px -1px 1px #666666;
		text-transform: uppercase;
        font-size: 20px;
	}
	
	td {
		text-shadow: 1px 1px 1px #ffffff;
        text-align: center;
	}

	tr.even td, tr.even th {
		background-color: #d0e2f0;
	}

	tr.head th:first-child {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}

	tr.head th:last-child {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	fieldset {
		width: 310px;
		margin-top: 20px;
		border: 1px solid #d6d6d6;
		background-color: #d0e2f0;
		line-height: 1.6em;
		border: 2px solid #ffffff;
		border-radius: 10px;
        margin: auto;
	}

	legend {
		font-style: italic;
		color: #000000;
        
	}

	input[type="text"] {
		width: 120px;
		border: 1px solid #d6d6d6;
		padding: 2px;
		outline: none;
	}

	input[type="text"]:focus,
	input[type="text"]:hover {
		background-color: #2d8bf780;
		border: 1px solid #999999;
	}

	input[type="submit"] {
		border: 1px solid #006633;
		background-color: #009966;
		color: #ffffff;
		border-radius: 5px;
		padding: 5px;
		margin-top: 10px;
	}

	input[type="submit"]:hover {
		border: 1px solid #006633;
		background-color: #00CC33;
		color: #ffffff;
		cursor: pointer;
	}
	.title {
		float: left;
		width: 160px;
		clear: left;
	}
	.submit {
		width: 310px;
		text-align: right;
        margin: auto;
	}