body {
    background: black;
    color: white;
    font-family: Arial;
}

header{
background-color:gray;
}
h2{
color:black;
font-weight:bold;
}
#five{
position:relative;
width:90px;
height:90px;
left:0px;
}

#Xleb{
position:relative;
left:10px;
width:200px;
height:200px;
}

#Moloko{
position:relative;
left:30px;
width:200px; 
heigth:200px;
}

#eggs{
position:relative;
left:30px;
width:200px;
height:200px;
}
ul{
list-style-type:none;
}
ul li{
top:0px;
display:inline;
margin:40px;
text-stroke:gray 4px;
color:black;
font-size:24px;
}
