html, body{
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body{
    background-image: url('assets/penguin.gif');
    background-size: 20%;
}
.content{
    display:flex;
    flex-direction: column;
    margin-top: 68px;
    align-items: center;
    width: 728px;
    max-height: 546px; 
    background-color: #FCF;
    z-index: 1;
    border: 3px, solid, black;

}
.wrapper{
    display:flex;
    width: 100%;
    height: 100%;
    justify-content: center;

}
img{
    max-width: 100%;
    height:auto;
}
.small-img{
    height:40%;
    width:40%;
}
