body {
	background-color: #FFE0B3;
}

h4 {
    font-family: "Trebuchet MS";
    font-size: 32px;
    width: 780px;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-family: "Trebuchet MS";
    font-size: 64px;
    text-align: center;
    color: black;
}

h6 {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: black;
}
form {
    text-align: center;
}
input[type=text] {
    font-family: "Trebuchet MS";
    font-size: 32px;
    height: 48px;
    width: 600px;
    border: 2px solid;
    border-radius: 80px;
}
.container {
    text-align: center;
}
