header{
    display: flex;
    justify-content: center;
}
main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
form{
    width: 50%;
    background-color: blue;
    border-radius: 20px;
    padding: 20px;
}
legend{
    color: white;
}
input{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}
form div{
    margin: 15px 0;
}
label{
    width: 200px;
    color: white;
}
#button{
    display: flex;
    justify-content: center;
}
button:hover{
    background-color: rgb(28, 53, 3);
    font-size: 27px;
}
h2{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}
textarea{
    width: 400px;
    height: 300px;
}
.power{
    display: block;
}