body {
    background-image: url(/images/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

h1 {
    text-shadow: 2px 2px #3D3D3D;
  }

p {
    text-shadow: 1px 1px #000000;
    font-weight: bold;
}
