

.h2{color: white;}
.h1{color: white;}
.p{color: white;}
p {color: white}
label {
         color: white;
         border: none;
         text-align: center;
}

input[type=text], select {
  width: 300px;
  padding: 12px 15px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

 input[type=submit] {
  width: 380px;
  background-color: green;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.center2{display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  transform: rotate(-3deg);
  -ms- transform: rotate(-3deg);
}

body {
background-color: #777;
}

div {
  border-radius: 5px;
  background-color: #444342;
  text-align: center;
  font-family: arial;
  padding: 15px;
height: auto; /*if more info comes on the page, it will stretch down*/
width: 100%;
min-width: 400px;
margin: 0 auto; /*this will cause the div to be in the center*/
}

div.scroll {
  width: 300px;
  height: 200px;
  overflow: auto;
}

