body {
    background-image: url("2images.jpeg");
    background-attachment: fixed;
    height:500px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin:auto;
    height:42px;
    max-width:1000px;
    color:white;
    text-align:center;
}

h1 {
    text-align:center;
    margin:auto;
    height:42px;
    width:500px;
    border: 1px solid white;
    padding:10px;
}

#info {
    margin:auto;
    width:500px;
    font-size:20px;
    padding:10px;
    border:1px solid white;
}
