
.container {border: 3px solid teal;
}
.container img{
    width: 300px;
    border: 3px solid black;
}
h3 {
    font-family: cursive;
    font-weight: bolder;
}
h5 {
    color: midnightblue;
}