body{
    background-color: rgba(102, 0, 34, 0.575);
}

h2{
    color: rgb(185, 151, 0);
    letter-spacing: 3px;
    font-family: fantasy;
    font-size: 35px;
    -webkit-text-stroke: 2px rgb(102, 0, 34);
}

h3{
    color: rgb(185, 151, 0);
    letter-spacing: 3px;
    font-family: fantasy;
    font-size: 35px;
    -webkit-text-stroke: 2px rgb(102, 0, 34);
}

.color{
    color:rgb(185, 151, 0);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 35px;
}


.imag{
    text-align: center; /* Centramos letras */
    column-count: 2; /* Centramos fotos */
}

.control{
    text-align: center;
    -webkit-text-stroke: 2px rgb(102, 0, 34);
    font-size: 20px; /* Valores */
    
}

button{
    background-color: wheat;
    color: rgba(0, 0, 160, 0.397);
    width: 310px;
    height: 40px;
    font-size: 30px;
    font-family: fantasy;
    border-style: dotted;
    border-radius: 15%;
    -webkit-text-stroke: 0px;
}

#title{
    color:rgb(211, 137, 0);
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-text-stroke: 2px rgb(0, 56, 102);
}