@font-face {
	font-family: "Rosemartin";
	src: url(./fonts/Rosemartin.otf);
	font-weight: normal;
}

@font-face {
	font-family: "TT Drugs";
	src: url(./fonts/TT\ Drugs\ Trial\ Regular.otf);
	font-weight: normal;
}

body {
    margin: 0;
    background-color: #fff8f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.decoracion-esquina-1 {
    position: fixed;
    top: 80px;
    left: 370px;
    width: auto;
    height: auto;
    z-index: 999;
}

.decoracion-esquina-2 {
    position: fixed;
    top: 80px;
    left: 70px;
    width: auto;
    height: auto;
    z-index: 999;
}

.decoracion-esquina-3 {
    position: fixed;
    top: 80px;
    left: 170px;
    width: auto;
    height: auto;
    z-index: 999;
}

.decoracion-esquina-4 {
    position: fixed;
    top: 80px;
    left: 270px;
    width: auto;
    height: auto;
    z-index: 999;
}

.titulo {
    padding: 1rem;
    color:	#c2a8da;
    background-color: #fadaeb;
    width: 800px;
    border: 5px solid #edbbdc;
    text-align: center;
    font-family:'Rosemartin';
}

.formulario {
    padding: 1rem;
    color:	#7ba57f;
    background-color: #dff2e1;
    width: 800px;
    border: 5px solid #edbbdc;
    text-align: left;
    font-family:'TT Drugs';
}

.btn-resultado {
	background-color:#c2a8da; 
    color: white;
    border: none;
}

.btn-borrar {
	background-color:#c2a8da; 
    color: white;
    border: none;
}
