body {
    background-color: black;
    color: whitesmoke;
    text-align:center;
    text-shadow: 2px 2px 5px green;
    font-family: "Lucida Console", "Courier New", monospace;
}

#logocontainer img{
    height:50%;
    width:50%;
    }
