body {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.mdc-button {
    max-width: 200px;
    width: 100%;
    height: 60px;
    margin: 10px;
}

.mdc-text-field {
    max-width: 200px;
    width: 100%;
    margin: 50px 0 10px;
}

h1 {
    text-align: center;
}