body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body p {
    padding-top: 350px;
    font-family: "Courier New", Courier, monospace;
}
body img {
    width: 150px;
    height: 100px;
}