body {
    background-color: black;
    text-align: center;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 50px;
    color: red;
}

h2 {
    color: goldenrod;
}

p {
    color: white;
}

img {
    height: 250px;
    text-align: center;
    border-radius: 20px;
}