﻿body {
    display: flex;
    justify-content: center;
}

form {
    width: 500px;
    margin: 30px;
}

.txtInstructions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
    width: 100%;
}
