body {
    background-color: black;
    background-image: url(bg.gif);
}

.main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.side {
    width: 200px;
    border: solid;
    border-color: greenyellow;
    background-image: url("bg.png");
    background-size: 200px;
    background-repeat: repeat;
}
.container {
    width: 1000px;
    margin-left: 40px;
    margin-right: 40px;
}
.button {
    border: solid;
    border-color: greenyellow;
    background-color: black;
    margin-top: 50px;
    width: 150px;
    height: 75px;
}
.intro {
    display: flex;
    float: left;
    column-gap: 25px;
    border: solid;
    border-color: greenyellow;
    background-image: url("bg.png");
    background-size: 200px;
    background-repeat: repeat;
}
.introtext{
    background-color: black;
    color: greenyellow;
}
.pfp {
   width: 180px; 
   height: 180px;
}
.home {
    border: solid;
    border-color: greenyellow;
    width: 1000px;
    height: 600px;
    margin-top: 200px;
    display: flex;
    background-image: url("bg.png");
    background-size: 200px;
    background-repeat: repeat;
}
.videos {
    display: flex;
    flex-direction: column;
}
.video {
    border: solid;
    border-color: greenyellow;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 300px;
    height: 225px;
}
.spacer {
    height: 70px;
}
.column {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.gifcolumn {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.giflg {
    border: solid;
    border-color: greenyellow;
    border-width: 1px;
    width: 150px;
    height: 150px;
}
.gifsm {
    border: solid;
    border-color: greenyellow;
    border-width: 1px;
    width: 300px;
    height: 60px;
}
.new {
    position: absolute;
    top: 270px;
    left: 190px;
}
.spotlight {
    position: absolute;
    top: 600px;
    left: 190px;
}
.title {
    width: 400px;
}
.blog {
    background-image: url("bg.png");
    background-size: 200px;
    background-repeat: repeat;
    border: solid;
    border-color: greenyellow;
    width: 500px;
    height: 600px;
    overflow-y: auto;
}
.blogurl {
    background-color: black;
    color: greenyellow;
    font-size: 20px;
    width: 400px;
    padding: 5px;
}
.blogtitle {
    background-color: black;
    color: greenyellow;
    border: solid;
    border-color: greenyellow;
    font-size: 30px;
    width: 1000px;
    height: 40px;
    margin: auto;
}
.blogbody {
    background-image: url(bg.png);
    background-size: 200px;
    background-repeat: repeat;
    color: greenyellow;
    border: solid;
    border-color: greenyellow;
    width: 980px;
    height: 780px;
    overflow-y: auto;
    margin: auto;
    padding: 10px;
}
.blogtxt {
     background-color: black;
     color: greenyellow;
     font-size: 20px;
    padding: 5px;
    width: 900px;
    margin: auto;
}
.fanartbody {
    background-image: url(bg.png);
    background-size: 200px;
    background-repeat: repeat;
    border: solid;
    border-color: greenyellow;
    width: 1200px;
    height: 750px;
    overflow-y: auto;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fanart {
    padding: 10px;
    width: 600px;
    box-sizing: border-box;
}