#title {
    border-style: outset;
    border-radius: 100px;
    border-width: 20px;
    width: 500px;
    height: 100px;
    border-color: rgba(190,90,250, 0.5);
    background-color:  rgba(255,150,190, .50) ;
    color: oldlace;
    margin: auto;
    text-align: center;
    text-shadow: 0 0 25px yellow ;
    font-size: x-large;
    font-family: "lucida console", serif;



}
#caption, #slideshow, #nextBtn, #randomBtn{
    border-style: outset;
    border-radius: 100px;
    border-width: 20px;
    width: auto;
    height: auto;
    border-color: rgba(190,90,250, 0.5);
    background-color:  rgba(255,150,190, .50) ;
    color: oldlace;
    margin: auto;
    text-align: center;
    text-shadow: 0 0 25px yellow ;
    font-size: larger;
    font-family: "lucida console", serif;


}


img{
    border-radius: 100px;
    width: 500px;
    height: 300px;
    display: block;
    margin: auto;
    border-radius: 12px;
}

body{
    background-image: url("../images/wallpaper.jpg");
}


