body{
    background-color: antiquewhite;
}
#titulo{
   text-align: center;
    color:saddlebrown;
}

.perros{
    width:15%;
    margin:auto;
    display: block;
}

div{
    text-align: center;
}

#nombredueño{
    width: 35%;
    text-align: center;
    font-size: 20px;
}


#nombre{
    width: 35%;
    font-size: 20px;
    text-align: center;
}

#disfraz{
    text-align: center;
    width: 36%;
    font-size: 20px;
}

#residencia{
    text-align: center;
    width: 36%;
    font-size: 20px;
}

.leyenda{
    text-align: center;
    font-style: oblique;
    font-size: 25px;
}

#btn{
    padding: 20px;
    border-radius: 22px;
    background-color:rosybrown;
    border: 1px;
    position: relative;
    overflow: hidden;
}

.bttn{
    padding: 20px;
    border-radius: 22px;
    background-color:rosybrown;
    border: 1px;
    position: relative;
    overflow: hidden;
}

.nombredueño{
    text-align: center;
}