<!DOCTYPE html>
<html>
<head>
<title>Contact us</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
html, body {
min-height: 100vh;
padding: 0;
margin: 0;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
color: #666;
}
input, textarea {
outline: none;
}
body {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
background: #5a7233;
}
h1 {
margin-top: 0;
font-weight: 500;
}
form {
position: relative;
width: 80%;
border-radius: 30px;
background: #fff;