body { background-color: rgb(130, 10, 30);  }

h1 { text-align: center;
font-size: 20px;
color: rgb(13, 255, 255);
border: 5px solid black; 
padding: 10px; ,margin: 10px;}
#logo { height: 100px;width: 100px; } 
p { text-align: justify;
font-size: 16px; 
}
h2 {text-align: center; 
	font-size: 30px;
color: white;}
ul {display: inline-block;
    padding: 50px;
    vertical-align: top;
}
#make {width: 30%;}