body { font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;         
}

h1, h2, button {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
}


#container {
  border-image-slice:241 241 241 241;
  border-image-width:20px 20px 20px 20px;
  border-image-outset:0px 0px 0px 0px;
  border-image-repeat:round round;
  border-image-source: url(border.png);
  border-style: solid;
	background: #fff;
	text-align: center;
	max-width:800px;
  margin: 0 auto;
  padding:48px;
  width:100%;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box;   
}

#logo {
	width: 132px;
	height:86px;
	margin:auto;
}

h1 {
	color: #000;
  text-align: center;
  font-family: "Pirata One";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
	margin:0px;
}

p {margin:24px 0}

/* Style inputs with type="text", select elements and textareas */
input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 4px solid #000;
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 12px; /* Add a top margin */
  margin-bottom: 8px; /* Bottom margin */
  resize: vertical;
  text-align:center;
  color: #000;
  height:60px;
text-align: center;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
button {
  background: #DA291C;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  width:100%;
  height:60px;
  font-size: 18px;
}

/* When moving the mouse over the submit button, add a darker green color */
button:hover {
  background-color: #B51D12;
}
