body
{
    font-family: 'EB Garamond', serif;
    margin: 30px;
    background: #e7e7e7 url(img/123.jpg);
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%, 50%; 
}
*
{
    box-sizing: border-box;
}
h1{
    margin-left: 30px;
    font-size: 30pt;
    font-weight: 200;
    text-shadow: 1px 1px 3px black;
}
h2{
    font-weight: 300;
    font-size: 12pt;
    color: #fff;
    position:fixed;
    bottom:1px;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 3px black;
  text-align: center;
}
@media screen and (max-width: 760px)
{
    #media
    {
        display: none;
    }
    
    h1{
    margin-left: 15px;
    font-size: 20pt;
    font-weight: 100;
    }

}

