* {
    margin: 0;
    padding: 0;
}

.homer {
    width: 5%;
    height: 10%;
    position: fixed;
    z-index: 10;
    margin: 2% 4%
}

.textground {
    background: black;
    z-index: 0;
    width: 80%;
    height: 200%;
    margin: 10% 10%;
    position: absolute;
}

.text {
    color: #00FF00;
}

li {
    margin-left: 20px;
}

.background {
    width: 100%;
    height: 120%;
    position: fixed;
    z-index: 0;
    margin: 0%;
}