* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body {
    background-color: #5e305b;
    text-align: center;
    width: 100%;
    background-image: url("../assets/purpl015.jpg");
}

#page_name {
    color: white;
    font-size: 40px;
}

.main {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.leftcontainer {
    width: 200px;
}

.middlecontainer {
    width: 500px;
    margin: 0px 20px;
}

.new_links {
    border: 1px solid black;
    width: 480px;
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
}

.link {
    margin-left: 10px;
    margin-right: 10px;
}

.link img {
    width: 65px;
}

.posts {
    margin-top: 10px;
    border: 1px solid black;
    width: 480px;
    height: 100%;
    padding: 10px;
    background-color: white;
}

.rightcontainer {
    width: 200px;
}

#blog {
    text-align: left;
}

#blog li {
    list-style-type: none
}

.blocks {
    height: 200px;
    text-align: center;
    /*
    margin-top: 10px;
    padding: 10px; 
    */
}

.menu {
    background-color: white;
    border: 1px solid black;
    width: 180px;
    padding: 10px;
    height: 280px;
    text-align: left;
    display: flex;
    flex-direction: column;
    list-style-position: inside;
}

/* lastfm scrobller*/
.lastfm {
    background-color: white;
    border: 1px solid black;
    width: 180px;
    padding: 10px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.post-subtitle {
    margin-bottom: 10px;
}

#last_track {
    padding-bottom: 7px;
}

.trackInfo {
    display: flex;
    flex-direction: column;
}

#trackart {
    height: 150px;
}

#tracktitle {
    padding-top: 7px;
}

#trackartist {
    padding-top: 3px;
    text-decoration: none;
}

footer {
    margin-top: 10px;
    height: 40px;
}

#blog, h2 {
    margin-top: 7px;
}

#blog, p {
    margin-top: 3px;
}