body{
    background: peachpuff;
}
h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    text-align: center;
    margin:25px auto;
}
.elementos{
    display: flex;
    align-items: center;
    margin: 20px;
    font-size: 17px;
}
fieldset{
    margin: 50px auto;
    box-shadow: 2px 2px 10px black;
    border-radius: 20px;
    width: 50%;
    padding: 20px;
    border: none;
    background: rgb(253, 161, 250);
    color: rgb(165, 35, 79);
}
.elementos input{
    margin: 10px;
    margin-left: auto;
}
button{display: block;
    margin:10px auto;
    justify-content: center;
    background:rgb(0, 67, 122);
    font-size: 12px;
    color: rgb(210, 250, 255);
    border-color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 10px;
    padding: 7px;
}
input[type="submit"]{
    display: block;
    margin:15px auto;
    justify-content: center;
    background:rgb(187, 247, 119);
    font-size: 12px;
    color: rgb(18, 79, 87);
    border-color: rgb(141, 214, 57);
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}