.song-content {
    padding-top: 20px;
    padding-left: 200px;
}

.song-header {
    display: flex;
    z-index: 0;
}

.song-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 52vh;
    background-color: inherit;
    z-index: -1;
}

.song-cover {
    width: 344px;
    height: 344px;
}

.song-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*sjustify-content: center;*/
    margin-left: 20px;
}

.song-title {
    font-weight: 800;
    color: #fcfcfe;
    margin: 0;
}

.song-title-wrapper {
    margin: 0;
}

.song-author {
    margin: 0;
}

.song-edit-form {
    margin: 0;
}

.song-publish-button, .song-edit-link {
    margin: 0;
    margin-top: 10px;
    color: #fcfcfe;
    background: none;
    cursor: pointer;
    border: 1px solid #fcfcfe;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
}

.song-added-by {
    margin: 0;
}

.song-lyrics {
    padding-left: 100px;
    max-width: 700px;
    padding-bottom: 100px;
    padding-top: 2vh;
}