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

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

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

h4 {
    text-align: center;
    font-size: 20px;
}

body {
  background-color: #4c7c8f;
}