body{
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom right, rgb(151, 102, 151), rgb(49, 38, 90));
}
h1{
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(207, 198, 143);
}
h2{
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(207, 198, 143);
}
h3{
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(207, 198, 143);
}
a{
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(207, 198, 143);
    font-size: large;
}
.centered{
    text-align: center;
}
.Home {
  display: block;
  margin: auto;
  width: 15%;
}
.button{
  display: block;
  margin: auto;
  width: 35%;
}
.song{
   display: block;
  width: 20%; 
}
.container {
    display: flex;
    align-items: center;   /* Vertically centers the text with the image */
    gap: 20px;             /* Space between the image and text */
}

.container img {
    width: 150px;
    height: auto;
}

.text {
    max-width: 500px;
}
.bird{
    display: block;
    margin: auto;
    width: 80%;
}