    @font-face {
    font-family: 'FortySeven Micro NBP Regular';
    font-style: normal;
    font-weight: normal;
    src: local('FortySeven Micro NBP Regular'), url('FONT/47micro0.woff') format('woff');
    }
    

    @font-face {
    font-family: 'FortySeven NBP Regular';
    font-style: normal;
    font-weight: normal;
    src: local('FortySeven NBP Regular'), url('FONT/fortyseven0.woff') format('woff');
    }
    
.main {
  width: 810px;
  position: relative;
  border: #000 solid 1px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}
body {
  color: white;
  font-family: MS UI Gothic, arial;
  text-align: left;
  font-size: 12px;
  background: black;
  cursor: url("https://files.catbox.moe/1zritn.png"), default;
}
.cd {
  width: 124px;
  margin: 4px;
  border: solid 1px;
  box-shadow: black 0px 0px 5px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
}
.entry {
  margin: 10px;
  background: #0000009c;
  padding: 1px;
  border: #000 solid 1px;
}
.welcome {
  margin-bottom: 5px;
  background: url(https://files.catbox.moe/9mmdg4.gif);
   background-size: 737px 56px;
  background-repeat: no-repeat;
}
h1 {
  color: white;
  text-align: center;
  font-size: 15px;
  background: linear-gradient(0deg, #497aa6, #000);
}
h2 {
  margin: 0px;
  background: linear-gradient(0deg, #2f3941, #497aa6);
  font-size: 12px;
  padding: 5px;
}
h3 {
    margin: 8px 11px 8px 11px;
text-shadow: 1px 1px 1px #000;
color: #fff;
}
.maintable {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-collapse: collapse;
}
.links a:hover {
  color: #f7ff01;
}
.links {
  font-size: 13px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
tr {
    vertical-align: top;
    border: none;
    padding: 0;
    position: relative;
}
a {
  margin: 0 !important;
  color: white;
  font-style: italic;
}
marquee {
  color: #adcce5;
  font-style: italic;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.bottompart {
  text-align: right;
  padding: 10px;
}
.musicsel {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.musicsel a:hover {
  color: #adcce5;
}
.movie {
  height: 85px;
  line-height: 10px;
}
.moviepost {
  width: 100px;
  height: 75px;
  border: 1px solid #adcce5;
}
.movie p {
  padding: 5px;
  float: right;
  width: 80px;
  height: 75px;
  margin: 0;
}
p, a {
    margin: 0px;
}
.menu {
  font-size: 13px;
  font-weight: bold;
  float: right;
  position: relative;
  width: 476px;
  right: 58px;
}
.menu li:hover {
  background: black;
  color: #adcce5;
}
.menu li {
  padding: 5px;
  margin: 2px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  float: left;
  width: 60px;
}
h1 {
  margin: 3px;
}
 .iconGrid {
	  display: grid;
	  grid-template-columns: repeat(auto-fill, 4rem);
	  grid-gap: 10.1rem;
	  margin-left: 10px;
 }
 .iconGrid > a {
	  padding: 0.2rem;
	  text-decoration: none;
 }
 .iconGrid > a > img {
	  width: 306%;
	  height: auto;
	  display: block;
	  border: white 4px solid;
	  border-radius: 25px;
 }
 .iconGrid > a > span {
	  display: block;
	  text-align: left;
	  font-size: 1.3rem;
	  width: 176px;
 }
 
.grid-container {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-gap: 5px;
    place-content: center;
}
td {
  padding: 4px;
  overflow: hidden;
}
.icon {
  width: 13px;
  top: 3px;
  position: relative;
}
