/*
I certify that the css file I am submitting is all my own work. 
None of it is copied from any source or any person. 
Signed: Carter Boatman
Date: 11/05/2025

Author: Carter Boatman
Date: 11/05/2025
Class: CSS 305
File Name: style.css
Assignment: Assignment 4b
Description: CSS stylesheet for the html form.
*/

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"] {
    margin: 5px;
} 
