body {
    text-align: center; background-color: darkslateblue;
}
img {
    height: 150px; border-radius: 0 0 0 75px;
}
h1 {
    color: white;
}
h2 {
    color: lightgray;
}
h3 {
    color: lightslategray;
}
a {
    color: rgb(170, 78, 255);
}