.container{
position:absolute;
width:800px;
display:block;
left:100px;
}
.scrupds{
width:600px;
position:relative;
overflow-y:scroll;
height:180px;
border: 3px solid white;
left:110px;
}
body{
background-color:black;
}

p{
color:white;
text-align:justify;
}

#situpds{
color:orange;
text-align:center;
font-size:18px;
}

footer{
border-top:2px solid white;
padding:5px;
text-align:center;
color:white;
font-size:12px;
}

#banmen{
text-align:center;
color:orange;
}

ul{
color:white;
}
