body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    margin: 0;
    background-color: #f0f0f0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    max-width: 100%;
}
div {
    max-width: 100%;
}

.video-wrapper {
    position: relative;
}
video {
    
}
#Thumb {
    position: absolute;
    left:0;
    top:0;
}

.album-cover {
    width: 360px;
    max-width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    border: 5px solid #fff;
    transition: all 0.4s ease-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}
.album-cover:hover {
    //transform: scale(1.02);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.controls button {
    margin: 5px 15px;
    padding: 8px 12px;
    font-size: 32px;
    cursor: pointer;
    border: none;
    background-color: #dddddd;
    border: 1px solid #999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #ffffff;

}

.controls button:hover {
    background-color: #b04f00;
}

audio {
    margin-top: 20px;
    width: 100%;
}

.lyrics {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 320px;
    text-align: left;
}
h1 {
    margin-bottom: 0;
}
h2 {
    margin-top: 0;
}
p {
    color: #666;
}
.Micha {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100px;
}
.Micha2 {
    position: fixed;
    bottom: -90px;
    right: -20px;
    height: auto;
    width: 130px;
}
.link {
    color: #3d9cbb;
}
