body{
    background-image: url(keanubackground.gif);
    background-attachment:fixed;
    background-size: 10%;
}

#box1{
    border:rgb(54, 6, 0) 10px groove;
    height:100px;
    width:1000px;
    margin:auto;
    padding:4px;
    background-color:rgb(0, 31, 9);
    margin-top:-50px
}

#box2{
    background:linear-gradient(350deg, rgba(0,0,0,0.6) 12%, rgba(255, 166, 0, 0.5) 150%);
    width:500px;
    height:530px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 20px;
    border: 5px groove #ca4000;
    border-radius: 20px 20px 20px 20px;
    margin-left:920px;
    margin-top:-400px;
    font-size:14px;
    color:rgb(255, 187, 0);
    font-family:monospace;
    text-align:justify
}

#box3{
    height:400px;
    margin-left :440px;
}

#box4{
    margin-left :600px;    
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-size:25px;
    
}
a:link{
    color:orange
}
a:hover{
    color:red
}
a:visited{
    color:orange
}

audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 300px;
    height: 20px;
}