html {
    background-color: #9ab2ac;
}

body {
    min-height: 100vh;
    max-width: 900px;
    padding: 0px;
    margin: auto;

    display: flex;
    flex-direction: column;

    /*border: 2px solid #74BCA2;*/
}


img {
    width: 440px;
}


.content {
    padding-bottom: 50px;
    padding-left: 5px;
}

.links {
    max-height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    max-width: fit-content;
    /*margin-top: auto;
    margin-left: auto;
    margin-right: auto;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #9ab2ac;
    left: 50%;
    transform: translate(-50%, 0);
}

/*
.photos {
    display: flex;
    flex-direction: row;
}
*/

.music {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.album {
    width: 800px;
    margin-bottom: 10px;
    display: flex;
    
    background-color: #8b959e;
}

.no-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.no-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
