html {
    display:block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E6E6E6;
    color: #96d050;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}



h1,
h2 {
    width:100%;
    text-align: center;
    font-weight: normal;
    font-size: 64px;
    padding:0;
    margin:0;
}

h2 {
    font-size: 48px;
    padding: 40px 0 40px 0;

}

span {
    display:block;
}
#contact {
    align-items: center;
    padding:0 0 40px 0;
    text-align: center;
}

#contact p{
    text-align: center;
    margin: 0;

}

.sLeft {
    float:left;
    width:400px;
    text-align: left;
    margin-left:90px;
    padding-bottom: 8px;
}

.sRight {
    text-align: left;
    padding-bottom: 6px;
}



#lys {
    padding:0;

}

#lys p {
    text-align: left;
    padding-left:15px;
}

#lys p span {
    display: block;
    padding-top: 5px;
}

#lys p span.sTop{
    padding-top: 100px;
}

#lys p span.sLast{
    padding-top: 20px;
}

#lys p span a {
    text-decoration: none;
    color: #96d050;
}

ul {
    text-align: left;
}

li {
    display: block;
    list-style: none;
    padding-bottom: 5px;
}



img {
    float: left;
    margin-right: 70px;
}

a {
    color: #96d050;
}

#footer {
    position:relative;
    bottom: 0;
    margin-top:100px;
    text-align: center;
}

#footer p span{
    display:inline;
}

#footer p span a{
    color: #96d050;
    font-size: 14px;
    margin-right: 10px;
}