.container{
    border: 10px ridge transparent;
    border-image: url("../img/images/animation\ \(2\).jpg") 20 round;
    width: 400px;
    height: 300px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    margin-top: 100px;

}

body{
    background-image: url("../img/images/leap.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

label{
    font-size: 18px;
}

p{
    margin-top: 50px;
}

button{
    padding: 10px;
    background-color: lime;
    color: white;
    width: 50%;
    border-radius: 20px;
    padding-top: 5px;
    margin-top: 40px;
}

button:hover{
    background-color: white;
    color: lime;
    border-color: lime;

}

span{
    color: lime;
}

p{
    color:red;
    font-weight: bolder;
   
}

input{
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}