*{
    margin: 0;
    padding: 0;
    cursor: url('https://cdn.cursors-4u.net/css-previews/cool-grey-pointer-glitter-58824471-css.webp') 0 0, auto !important;
}

body{
    background-color: rgb(19, 19, 22);
}
#title{
    color: rgb(43, 43, 46);
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 80px;
    background-color: rgb(76, 76, 77);
    font-family: "press start 2p";
    font-weight: 200;
}

.header-content a{
    text-decoration: none;
    color: rgb(44, 54, 54);
    font-size: large;
}

.header-content a:hover{
    color: rgb(0, 148, 148);
}

.text{
    background-color: rgb(109, 92, 92);
    margin: 50px;
    font-size: xx-large;
    font-family: "Fredoka" , sans-serif;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
}

.albums{
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: -19px;
    position: relative;
    text-align: center;
    padding-top: 60px;
    font-family: "Fredoka", sans-serif;
    display: inline-block;
}
.albums:hover{
    background-color: rgb(61, 59, 59);
}

.albums img{
    padding: 30px;
    margin-left: 8px;
    position: absolute;
    top: -20px;
    left: 44.5%;
    transform: translateX(-50%);
    height: 60%;
    width: 130px;
    border-radius: 35px;
}

.albums h3{
    font-size: large;
    color: bisque;
    margin: 80px 0 0;
}

.albums p{
    font-size: 1em;
    color: bisque;
    margin: 8px 0 0;
}

h2{
    font-size: 1em;
    color: bisque;
    margin: 80px 0 0;
}

h6{
    font-size: 0.8em;
    color: bisque;
    margin: 85px 0 0;
}

h4{
    font-size: 0.9em;
    color: bisque;
    margin: 80px 0 0;
}
