body{
    background-image: url(image/pink.png);
    background-repeat: repeat;

}
h1,
{
    font-family: 'Roboto', sans-serif;
}
.container{
    text-align: center;
    padding-top: 50px;
   min-height: 94%

}
hr{
    width: 600px;
    border-bottom: 1px solid black;
}
form {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 50px;
}
.result {
  width: 800px;
  height: auto;
  margin: auto;
  padding: 10px;

}
.result h3 {
  font-size: 16px;
}
.result h1 {
  font-size: 24px;
}
html,
body{
margin: 0;
height:100%;
}



#footer {
  height: 30px;
  background:#BDBABA;
  text-align: center;

}
