html,
body {
    margin: 0%;
    top: 0%;
    width: 100%;
}

img {
    position: relative;
    width: 100%;
}

h2 {
    position: absolute;
    top: 10%;
    left: 40%;
}

p {
    position: absolute;
    top: 18%;
    left: 30%;
    font-size: large;
}

.home {
    position: absolute;
    display: block;
    width: 128px;
    height: 128px;
    top: 0%;
}