body {
    
    background-image: url("image/FIRE.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}


#top {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgba(129, 26, 26, 0.39);
    width: auto;
    height: 100px;
}

#balls {
    color: rgb(255, 255, 255);
}

#topbar {
    background-color: rgba(59, 0, 0, 0.705);
    width: auto;
    height: 40px;
    font-size: 30px;
    color: white;
}

a:link, a:visited {
  color: rgb(153, 0, 0);
  text-decoration: none;
  
}

#imag {
    position: absolute;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: 100px;
}

#main {
    position: relative;
    background-color: rgba(59, 0, 0, 0.37);
    width: auto;
    height: 1000px;
    color: white;
    border-color: aliceblue;
    border-width: 100px;

}


#bottom {
    position: relative;
    background-color: rgba(59, 0, 0, 0.37);
    color: white;

}