@font-face {
    font-family: childish;
    src: url(media/fonts/childishalpha.ttf);
}
@font-face {
    font-family: ocr;
    src: url(media/fonts/OCRAStd.otf);
}

html{
    font-family: childish;
    font-size: 10pt;
    color: white;
    background: url(media/bg/genom.jpeg);
    background-size: cover;
    cursor: url(media/sonic/sonic-v64.crs),auto;
}
a {
    color: #ff00ff;
}
.main-layout{
    width: 720px;
    background: rgba(0,0,0,0.7);
    background-blend-mode: screen;
}
td {
    border:2px solid #aa00aa;
    vertical-align:top;
    padding: 10px 0px;
}
.socials td{
    border:0px;
    padding:0px;
    vertical-align: middle;
}
#top, #bottom {
    width: 100%;
}
#sidebar {
    width: 150px;
    box-sizing: content-box;
}
li {
    list-style-image: url(media/deco/bullet.gif);
    font-size: 14pt;
}
ul, h1, h2, h3, p, ul, img{
    margin: 0px;
}
h1 {
    font-size: 36pt;
    color: #ff00ff;
}
h2 {
    font-size: 16pt;
    font-weight: bold;
}
h3 {
    font-size: 32pt;
    font-weight: bold;
}
p {
    font-family: ocr;
}
#music {
    font-size: 10pt;
}
#album {
    max-width: 100%;
    max-height: 100%;
}
.music-name {
    color: #ff00ff;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
span {
    display: inline-block;
}
.header {
    height: 60px;
    max-width: 50%;
}