@font-face {
    font-family: 'altair-extrabold';
    src: url('altair-extrabold-webfont.woff2') format('woff2'),
         url('altair-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background-image: url('dolmiodude.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: right; 
  background-position-y: bottom;
  background-color: #208e47;
}

h2 {
	font-family: 'altair-extrabold', Arial, sans-serif;
	color: white;
	font-size: 500%;
}

p {
	font-family: 'altair-extrabold', Arial, sans-serif;
	color: white;
	margin: 0;
	font-size:80px;
}

input {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size:24px;
}

.myDiv {
  font-size:40px;
} 

.name {
  bottom: 0;
} 