body{
    background-color: rgb(20, 105, 43);
    margin-bottom:0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#top{
    text-align: center;
    background-color: rgb(0, 60, 0);
    color:azure;
    font-style: italic;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25%;
    border-style: groove;
}
#but1{
    text-align: center;
}
.buton1{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: grey;

}

#video-show{
    text-align: center;
    display: none;
}
#foot{
    background-color: rgb(18, 44, 4);
    color: azure;
    text-align: center;
    font-size: 15px;
    padding: 0px;
    text-decoration: none;
    bottom:0;
   
}
img{
    width:500px;
    height: 350px;
}
#imgs{
    text-align: center;
}
#info{
    text-align: center;
    color: azure;
    font-size: 20px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-style: double;
    background-color: gray;
}
.pp{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}