body {
    background-image: url(https://i.pinimg.com/1200x/d8/14/f9/d814f964b0bc091c2ab66fac8aad6a54.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    text-align: center;
}
.container2{
    text-align: center;
    border: dotted 2px orange;
    border-radius: 10px;
    background-color: pink;
}
.container{
    border: solid 6px green;
    border-radius: 10px;
    background-color: white;
    margin-top: 250px;
}
input{
    border: solid 2px black;
    border-radius: 5px;
}
label{
    font-size: 20px;
    font-weight: bold;
}
p{
    font-size: 20px;
    font-weight: bold;
}
button{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}