@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');

body {
    background-image: url('https://files.catbox.moe/rquhvm.gif');
    display: flex;
    justify-content: center;
    font-family: "Love Ya Like A Sister", cursive;
    color: white;
}

body::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

main {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 1000px;
}

.banner {
    width: 999px;
    height: 146px;
    border: 1px dashed white;
    margin-bottom: 0px;
}

.contentcool {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    height: 550px;
    width: 1000px;
}

.links {
    padding: 5px;
    background-color: black;
    border: 1px dashed white;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding-top: 10px;
    justify-content: space-between;
}

.main {
    padding: 15px;
    background-color: black;
    border: 1px dashed white;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 4;
    text-align: center;
    overflow-y: auto;
}

.button {
    padding: 3px;
    background-color: black;
    border: 1px dashed white;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

h1, h2, h3, p{
    margin: 2px;
}

hr {
    width: 300px;
    border-top: 1px dashed white;
    border-bottom: none;
    margin: 20px;
}

a {
    text-decoration: none;
    color: rgb(0, 140, 255);
}

a:hover {
    color:rgb(0, 200, 255);
    letter-spacing: 2px;
}

table, th, td {
    border: 1px dashed white;
    border-collapse: collapse;
}

.peepee {
    background-color: black;
    margin: 4px;
    padding: 4px;
    border: 1px dashed white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 175px;
    max-height: 150px;
    overflow-y: auto;
}

.blog {
    background-color: black;
    margin: 4px;
    padding: 4px;
    border: 1px dashed white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 550px;
}

button {
    width: 150px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-top: 0;
    border-radius: 0;
    color: white;
    background-color: black;
    border: 1px dashed white;
    font-family: "Love Ya Like A Sister", cursive;
    font-size: 15px;
}

button:hover {
    background-color: rgb(0, 10, 64);
    letter-spacing: 3px;
}

button a {
    color: white;
}

.footer /* or whatever this shit is called*/ {
    background-color: black;
    display: flex;
    flex-direction: column;
    width: 999px;
    border: 1px dashed white;
    height: 85px;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
}

.fuckersons {
    display: flex;
    flex-direction: row;
    margin: 2px;
}

.footer img {
    margin-left: 2px;
    margin-right: 2px;
}

.widgets {
    display: flex;
    flex-direction: row;
    width: 500px;
    justify-content: space-between;
}

.cbox {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.others {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 30px;
    align-items: center;
}

.nowplaying1 {
    background-color: black;
    border-top: 1px dashed white;
    border-left: 1px dashed white;
    border-right: 1px dashed white;
    width: 200px;
    margin-bottom: 0;
}

.nowplaying2 {
    background-color: black;
    border-left: 1px dashed white;
    border-right: 1px dashed white;
    border-bottom: 1px dashed white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 0;
    width: 200px;
}

audio {
    width: 200px;
}

.imood {
    border: black;
    border: 1px dashed white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    margin-top: 13px;
}

.creds {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

.peepee2 {
    background-color: black;
    margin: 4px;
    padding: 4px;
    border: 1px dashed white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}