#container {
    width: 1200px;
    border-radius: 10px;
    background-color:FloralWhite;
    /*#65655d;*/
    position: relative;
    top: 60px;
    bottom: 0;
    margin:0 auto;
    
    right: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 600px;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    color:brown;

}

#entry{
    margin-top: 30px;
    text-align: center;
    color: black;
}
#nav {
    text-align: center;
    margin-top:30px;
}

#result{
    width: 1050px;
    /* height:600px; */
    background-color:antiquewhite;
    display: none;
    color: black;
    margin: 0 auto;
    margin-top: 30px; 
    border-radius: 10px;
    
}