img {
    width: 500px;
}
body{
    background-color: rgb(7, 0, 36);
}
p{
    color: aliceblue;
}
h2{
    color: black;
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p {
    font-size: 30px;
}
h2 {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
img {
    flex-shrink: 0;
}