body{
    background-size: 400px;
    background-image: url(https://media.discordapp.net/attachments/1509970664965017774/1528501932044587058/Untitled133_20260719214043.png?ex=6a64769a&is=6a63251a&hm=2f9c67eef15e6416ea54ca3ae2db593ba597c252305af46a3f30426a72b414c5&=&format=webp&quality=lossless&width=783&height=779);
    font-family: clangen;
}

.bird{
    position: relative;
    height: 600px;
    padding-left: 100px;
    
}

.title{
    position:absolute;
    margin-top: -350px;
    margin-left: 300px;
}
.music{
    background-color: rosybrown;
    background-clip: padding-box;
    height: 180px;
    width: 180px;
    border-radius: 20px;
    border: 20px solid transparent;
    border-image: url('https://solaria.neocities.org/guides/borderimage/blacklacelarge.png') 34 round;
    position: relative;
    margin-left: 1200px;
    margin-top: -560px;
    padding: 20px;
    text-align-last: center;
    font-size: 2em;
}

.navbar{
    background-color: rosybrown;
    height: 1000px;
    width: 80px;
    border-radius: 20px;
    border: 2px dashed #925b5b;
    text-align-last: center;   
    position: relative;
    margin: 50px;
    padding: 20px;
}
#About{
    color:burlywood
}

