body {
    background-color: #0a0a0a;
}

h1 {
    color: white;
    text-align: center;
    padding: 1%;
}

h2 {
    color: white;
    text-align: center;
    padding: 1%;
}

.socials {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialSvgs {
    filter: invert(100%);
    width: 50px;
    height: 50px;
    padding: 15px;
}

.favAlbums {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.albums {
    width: 30%;
    height: 30%;
    padding-right: 5%;
    align-items: center;
    justify-content: center;
}