* {
    font-family: 'Press Start 2P', cursive;
}
.container {
    background-color: aqua;
    color:hotpink;
} 

h1 {
    text-align: center;
    padding: 40px;
}
h3 {
    text-align: center;
    font-size: 20px;
}

img {
    width: 50%;
    height: auto;
    border-radius: 4px;
  }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 30%; 
}



