/*holo*/
/*ajustes de fondo*/
body{
    
    text-align: center;
    background-image: url(fondo1.jpg);
    background: cover;
    background-size: cover;
    column-count: 2;
}

@font-face{
    font-family: 'Rapscallion';
    src: url("RAPSCALL.TTF");
}
@font-face{
    font-family: 'BlackChancery';
    src: url("BLKCHCRY.TTF");
}

/*botones*/
input{
    margin-left: 10px;
    height: 40px;
    width: 120px;
    font-family: 'BlackChancery';
    font-weight: bolder;
    color:black;
    border-radius: 20px;
    border-color: rgb(22, 122, 2);
    background-color: rgb(93, 155, 82);
}
input:hover{
    background-color: rgb(141, 224, 127);
}

/*primer boton*/
#colores{
    margin-left: 70px;
}

#horizontal{
    margin-left: 200px;
}

/*imagenes*/
#image1{
    border: solid;
    border-color: rgb(22, 122, 2);
    border-width: 2px;
    border-radius: 5px;
    width: 450px; height: 300px;
    margin-left: 25px;
}

#image2{
    width: 450px; height: 300px;
    border: solid;
    border-color: rgb(22, 122, 2);
    border-width: 2px;
    border-radius: 5px;
}

#image3{
    width: 50px; height: 50px;
    margin-bottom: -20px;
}

div{
    
    font-size: 40px;
}

p{
    font-size: 20px;
    font-family: 'BlackChancery';
}

/*manipulada*/
#title{
    font-family: 'BlackChancery';
}

/*deslizadores*/
#sliders{
    margin-left: 120px;
    font-family: 'BlackChancery';
}



/*fotos de la izq para las calveritas*/
.fotos{
    font-family: 'Rapscallion';
}

canvas{
    border: solid;
    border-color: rgb(22, 122, 2);
    border-width: 2px;
    border-radius: 5px;
    margin-top: 10px;
}