img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    outline: 5px solid #ff6666;
}

h1 {
    text-align: center;
    font-size: 50px;
}

h3 {
    text-align: center;
    font-size: 30px;
}

body {
  background-color: #ADD8E6;
}