body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("../images/deathlyhallows.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    width: 50%;
    margin: auto;
    padding: 16px;
    text-align: center;
    color: white;
    bottom: 0;
}
h1{
    font-family: 'Skranji', cursive;
    font-size: 40px;
    color: #e6a22d;
    padding: 10px;
}

.Harry{
    width: 100%;
    color: white;
}

p{
    padding: 5px;
}

