body{
    background-image: url(thegardenbackground.png);
    background-attachment:fixed;
    background-size: 10%;
}

#box1{
    border:rgba(43, 255, 0, 0.678) 10px groove;
    height:100px;
    width:1000px;
    margin:auto;
    padding:4px;
    background-image:url(thegardenlogobackground.png);
    background-size:30%;
    margin-top:30px
}

#box2{
    background:linear-gradient(350deg, rgba(224, 193, 12, 0.918) 20%, rgba(136, 233, 9, 0.877) 80%);
    width:500px;
    height:530px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 20px;
    border: 5px groove #0036cac5;
    border-radius: 20px 20px 20px 20px;
    margin-left:920px;
    margin-top:-400px;
    font-size:14px;
    color:rgb(0, 102, 255);
    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:rgb(176, 0, 192)
}
a:hover{
    color:red
}
a:visited{
    color:rgb(176, 0, 192)
}