body{
    align-items: center;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    background-color: midnightblue;
}


h1{
    text-align: center;
    font-size: 45px;
    color: white;
}

.but{
    background-color: cornflowerblue;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    padding: 10px;

}

.container{
    display: block;
    align-items: center;
    text-align: center;
    padding: 25px;
    position: relative;
    background-color: darkslategrey;
    border: 10px solid gold;
   
    border-radius: 25px;
}

.txt{
    padding: 25px;
}

label{
    margin-bottom: 25px;
    color: white;
    padding: 25px;
    position: relative;
    font-size: 20px;
}

input{
    margin: 10px;
    background-color: ghostwhite;
    color: black;
    width: 250px;
    height: 25px;
    border-radius: 25px;
    border: 3px solid gold;
}

.Ingresar{
  background-color:deepskyblue;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    padding: 10px;  
}

.Ingresar:hover{
    background-color: darkmagenta;
    color: white;
}