body{
background-color:#91A9B9;
background-image: url("img/board.png");
background-repeat: no-repeat;
background-position:center;
height:1000px;

}
p{
font-family:roboto;
font-size: 20px;
margin: 0;
color:blue;
}
p1{
font-family:ubuntu;
}
h1{
font-family:Caramel;
font-size:90px;
color:purple;
margin:5;
}
h2{
font-family:Dosis;
}
textarea{
font-family:Roboto;
font-size: 20px;
color:blue;
padding: 12px 6px;
}
.button{
width: 200px;
height: 50px;
font-size:32px;
font-family: Caramel;
}
form{
margin-left: 1400px;
}