#contianer{
    width:1025px;
    margin:50px;
}
body{
  background:#882000;  
  font-size: 22px;
  color: white;
}

.button {
    position: relative;
    display: inline-block;
    border-radius: 0.35em;
    color: yellow !important;
    text-decoration: none;
    padding: 0.75em 2em;
    background-color: black;
    border: 0px none;
    cursor: pointer;
    background-image: -moz-linear-gradient(center top , transparent, rgba(0, 0, 0, 0.15)), url('images/overlay.png');
    transition: background-color 0.35s ease-in-out 0s;
}
h1
	{
		font-weight: 200;
		color: yellow;
		font-size: 24px;
		line-height: 1.5em;
	}

        p
	{
		margin-bottom: 1em;
	}
