.container{
    height: 100vh;
    width: 60vw;
	

    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn{
    margin: 2rem 0rem;
    border:none;
    height: 4rem;
    display: block;
    width: 30%;
    background-color: dodgerblue;
    border-radius: 10px;
    font-size: 2rem;
    color: white;
}
button:active{
    background-color: rgb(32, 89, 224);
    margin: 2rem 0rem;
    border:none;
    height: 4rem;
    display: block;
    width: 30%;
    border-radius: 10px;
    font-size: 2rem;
    color: white;
   
}

.btn-grabar{
    background-color: #dd0c0c;

}
    btn-grabar:active{
    background-color: #dd0c0c;
	}
input{
    display: block;
    width: 150%;
    height: 2rem;
    padding: 1rem 0rem;
    border: 0;
    border-bottom: 2px solid dodgerblue;
    outline: 0;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.oscuro{
background-color: black;
color: white;	
	
}
.contenido{
	font-size: 2rem;
    color: red;	
	
};






