* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: auto;
}

div {
    background-color: #4E5A34;
    width: 100%;
    height: 100%;
}

p {
    color: white;
    font-size: 3em;
}