/* CSS Document */


body
{
width: 650px;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto; 
font-family: "Noto Serif SC";
  font-optical-sizing: auto;
  font-weight: 400;
background-color: black;
color: aliceblue;
font-size: 14px;
}

.main{
text-align: center;}


a{color: darksalmon;}