html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    background-color: lightgray; 
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

#largetextbox {
    height:100px;
}


h1 {
    color: white !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 0px;
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

 



#head {
    width: 100%;
    padding: 0.6em 0;
    background: #1c3555;
    <a href="/"
}
       


#container {
    padding: 2em 2em 4em;
}

footer {
        position: relative;
        height: 25px;
        width: 100%;
        background-color: lightgray;
    }

    p.copyright {
        position: absolute;
        width: 100%;
        color: #000;
        font-size: 0.8em;
        font-family:'Roboto', sans-serif;
        text-align: center;
    }

.myButton {
	background-color:#1c3555;
    margin: 5px;
    -moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #1c3555;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color: #1c2849;
}
.myButton:active {
	position:relative;
	top:1px;
}
