body{
    height: 100%;
    width: 100%;
    background-color: rgb(80, 80, 80);
}

.helloDiv{
    position: absolute;
    color: rgb(180, 180, 180);
    font-family: impact;
    top: 20%;
    width:100%;
    text-align:center;
    font-size: 8em;
}

.networkinfo{
    font-family: ubuntu, helvetica, arial;
    font-size:.25em;
    width:50%;
    margin:0 25%;
    text-align: left;
    list-style: none;
}

.networkinfo > li{
    margin:1em 0;
    line-height:1.2em;
}
