
@font-face {                  
font-family: 'Sligoil-Micro';
src: url(https://humantooth.neocities.org/fonts/Sligoil-Micro.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

body {
  color: black;
  font-family: Sligoil-Micro;
  background-image: url(https://kats-korner.neocities.org/mainpage/music-tile.gif)
}

html {
  display: flex;
}

img {
  height: 60px;
}

marquee {
  color: purple;
}

aside {
  float: left;
  width: 150px;
  height: 800px;
  border: 1px solid blue;
  padding: 10px;
  margin: 10px;
  background-color:#CEC7D6;
  text-align: center;
  font-size: 15px;
}

main {
  padding: 10px;
  background-color: #EDEB95;
  width: 1310px;
  height: 820px;
  border: 1px solid orange;
  
}

footer {
  border: 1px solid crimson;
  padding: 5px;
  width: 1320px;
  margin-top: 5px;
  background-color:#EDAFE3;
}

