img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Courier New', monospace;
}

h3 {
    text-align: center;
    font-size: 30px;
    font-family: 'Courier New', monospace;
}

body {
  background-color: #ec3750;
}