h2 {
    font-family: 'Playfair Display',
    serif;
    font-size: 59;
    font-weight: 600;
    padding-bottom: 20px;
    color: white;
}

h1 {
    font-family: Playfair;
    padding-bottom: 20px;
    color: white;
}

p {
    font-size: x-large;
    color: white;
    font-size: auto;
}

h3 {
    font-size: x-large;
}

* {
    margin: 0;
    padding: 0 20px;
}

body {
    background-color: black;
    color: white;
}

nav {
    width: 100%;
    height: 100px;
    background-color: black;
}

ul {
    
}

ul li {
 list-style: none;
 display: inline-block;
 float: left;
 line-height: 100px;
}

ul li a {
 display: block;   
 text-decoration: none;
 font-size: 14px;
 font-family: arial;
 color: white
 
}

img {
    max-width: 100%;
    height: auto;
    padding: 10px;
    float: center; 
    text-align: center;
    

}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body { background rgb(30,30,40); }
form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color: white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }