body {
  background-color: #000;
  width: auto;
  font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color:#666;
  font-weight:400;
  margin: 0 auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #EEE;
}

.name {
  font-size: 36px;
  font-weight: bold;
}

img {
  border-radius: 10px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}
 
.MainContainer {
  width: 970px;
  min-height: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  border: 0px solid;
  border-radius: 10px;
}


