/* site2.css */
header, footer {
  background-color: white;
  text-align: center;
  border: solid 1px black;
  font-family: arial rounded MT bold;
}

 body nav li {
  display: inline;
  text-align: center;
  font-size: 15px;
}

body nav li a {
  font-weight: bold;
  color: white;
  padding: 0px 20px;
}

h1 {
  font-size: 50px
}

.subheader {
  background-color: white;
  text-align: center;
  font-size: 20px;
  border: solid 1px black;
}

#welcome {
  background-color: white;
  text-align: left;
  font-size: 14px;
  border: solid 1px black;
  padding-left: 10px;
}

footer {
  padding: 10px;
  border-radius: 3px;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fc9483;
  padding: 10px;
  border-radius: 3px;
}
}

html, body {
  padding: 0;
  margin: 0;
}

.bordered-image {
  border: solid 1px #444;
  border-radius: 2px;
  background-color: white;
}


.simple-form {
  padding: 2px;
  width: 300px;
  display: inline-block;
  vertical-align: top;

.simple-form label {
  font-weight: bold;
}

.simple-form input[type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea {
  width: 150px;
}

.simple-form input[type=submit] {
  background-color: green;
  color: white;
  border-radius: 15px;
  padding: 3px;
  margin-top: 5px;
}

.container {
  width: 100px;
  margin: 0 auto;
  background-color: white;
  padding: 5px;
}










