body {
    margin: 0;
    padding: 0;
    background-image: url(../images/mainImage.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black;
    height: 100%;
}
p {
    display: none;
}