body {
    background-color: rgb(39, 41, 44);
    text-align: center;
}

p {
   color: white;
   font-family: Shanti;
   font-size: 1.2em;
   margin: 20px;
}

img {
    margin: 60px 0 30px 0;
    width:500px;
}


