body {
    font-family: 'Trebuchet MS', 'Verdana', sans-serif;
    background-color: #c0c0c0;
    margin: 0 1%;
}

h1, h2, h4, h5 {
    text-align: center;
} 

h4, h5 {
    margin: 7px 0;
}

p {
    font-size: 1.25em;
}

.tracklist {
    font-weight: bolder;
    font-size: 1.3em;
}

.cover {
    width: 500px;
    height: 500px;
}

.micro {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
}

.title {
    text-decoration: underline;
    font-size: 2em;
}

.album {
    margin: 0 25px;
}

#discography {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

#socials {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 15px;
}

.displayname {
    font-variant: small-caps;
    font-size: 0.92em;
}