@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');
body{
    background-color: black;
    font-family: 'Akaya Telivigala', cursive;
}
#fotos{
    width: 80%;
    border: 20px solid white;
    border-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption{
    display: block;
    margin: auto;
    width: 80%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    padding-bottom: 10px;
}

#botones{
    width: 30%;
    margin: auto;
    margin-top: 30px;
}
#botones ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#botones ul li{
    display: inline;
}

#botones button{
    font-size: 20px;
    background-color: white;
    width: 49%;
    border: 0px;
}