html {
 font-size: 16px;
 font-familiy: MS-PGothic;
 width: 1200px;
 margin: 0 0; 
}

.topnav ul {
 list-style-type: none;
 display: flex;
 background-color: #D59FFF;
 justify-content: left;
 gap:40px;
}

.nav ul {
 list-style-type: none;
 background-color: #D59FFF;
 float: left;
 clear: none;
 width: 120px;
 height: 8000px;
}

.outside ul {
 list-style-type: none;
 text-align: center;
}

.title {
 color: #467262;
 background-color: #061433;
 text-align: center;
 height:60px;
 font-style: italic;
}

main {
 float: left;
 width: 1080px;
}

.fanart { 
 float: left;
 width: 1080px;
 text-align: center;
}

.art { 
 float: left;
 width: 1080px;
 text-align: center;
}

.misc { 
 float: left;
 width: 1080px;
 text-align: center;
}

.red {
 color: #E2194A;
 text-align: center;
}

.blue {
 color: #5CACD8;
 text-align: center;
}

img {
 max-width: 60%;
 }
 