*
{
    margin: 0;
    
    box-sizing: border-box;
}
body{
    font-size: 18px;
    background: #f2f2f2f2;
    font-family: 'Tangerine', serif;
    color: #111;
}
.bg-img {
    /* The image used */
    
  
    /* Control the height of the image */
    /* min-height: 500px; */
  padding-top: 100px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1500px 1820px;
    position: relative;
  }

.dog_container h2{
    
    line-height: 24px;
    font-family: 'Tangerine', serif;
  font-size: 48px;
  text-shadow: 4px 4px 4px #aaa;
   color: #111;
    
    margin-bottom: 40px;
}

.input-name a{
    text-decoration: none;
}
