body {
    background: url("https://render.fineartamerica.com/images/rendered/medium/print/images/artworkimages/medium/2/north-gate-tran-boelsterli.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Quattrocento', serif;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact button[type="submit"],{
  font: 500 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #a742f4;
  padding: 25px 40px;
  margin: 100px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


p {
	color: #550EC9;
	font-size: 36px;
	text-decoration: none;
}

h1 {
	font-size: 48px;
}

center{
    font-size: 24px;
}

h3 {
    font-size: 30px;
}

.boxed{
    background-color: #FFFFFF;
    max-width: 800px;
    max-height: ;
    margin: 100px auto 0;
    text-align: justify;
}


#contact h3 {
  display: block;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0d1237;
  
}

#contact h4 {
  margin: 5px 0 20px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: white;
  
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 2px solid #0d1237;
}

#contact textarea {
  height: 110px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: 2px solid transparent;
  background: #0d1237;
  color: white;
  margin: 0px 2px 0px 0px;
  padding: 10px;
  font-size: 15px;
  float: left;
}

#contact input[type="submit"]:hover {
  background: white;
  color: #0d1237;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

@media only screen and (max-width: 410px) {
  
  #contact button[type="submit"] {
    
    width: 100%;
    margin: 3px 0px; 
    
  }
  
  #contact button[type="reset"] {
    
    width: 100%;
    
    margin: 3px 0px; 
    
  }
  
}