form { 
    transform: scale(1.5);
    margin: 0 auto; 
    width: 250px;
}
h1 {text-align: center;}
header {text-align: center;}
input[type="text"],
input[type="password"] {
    width: 240px;
}