 body {
        text-align: center;
        font-weight: bold;
        font-family: sans-serif;
    }

	h1{
		color:red;
	}

    a {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
        background-color: #4ecf2b;
        border-color: #47b728;
        color: white;
        cursor: pointer;
        border: 2px solid #47b728;
        text-decoration: none;
    }

    a:hover {
         background-color: #47b728;
    }
    #headline{
        padding:0px;
        margin:0px;
    }