#artwork {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#cover-image {
    width: 350px;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
}

#song-title {
    text-align: center;
}