body {
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.intro {
    font-size: 17px;
    text-align: center;
    max-width: 1060px;

}

h1 {
    font-size: 38px;
    max-width: 1060px;
    text-align: center;
}

.datos-y-lienzo {
    border-style: solid;
    border-color: black;
    padding: 30px;
    display: flex;
    max-width: 1060px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

.datos {
    background-color: rgb(240, 241, 212);
    width: 40%;
    font-size: 16px;
    line-height: 1;
    min-width: fit-content;
    flex: 1 1 auto;
    padding-left: 2%;
}

input {
    width: 60px;
    height: 20px;
    font-size: 15px;
}

select {
    font-size: 17px;
}

.canvas {
    background-color: rgb(240, 241, 212);
    margin-left: 15px;
    width: auto;
    height: auto;
    max-height: 400px;
}

.botones {
    height: 60px;
    width: 100%;
    max-width: 1120px;
    display: flex;
    justify-content: end;
}

button {
    height: 55px;
    width: 55px;
    
}

.resolver {
    height: 55px;
    width: 150px;
    margin-right: 70%;
}

.resultado {
    background-color: rgb(240, 241, 212);
    padding: 30px;
    max-width: 1060px;
    margin-top: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 19px;
    line-height: 1.7;
}

span {
    font-weight: bold;
}

h2 {
    margin: 0
}