body{
    background-color: rgb(0, 0, 0);
}
h1{
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}
p{
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}
img{
    width: 75%;
    margin-left: 250px ;
}