body{
    background-image: url('/images/forest.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#lost{
    background: white;
    width: 50%;
    text-align: center;
    border-radius: 10px;
}