.item, #header, #funny {
    display:flex;
    align-items:center;
}
.item img, #funny img {
    max-height:10vh;
    max-width:10vh;
}
.item h3, .item div, .item img {
    margin-left:2vh;
}
.item button {
    min-height:23pt;
    font-size:15pt;
    margin-left:1vh;
}
.item > p {
    margin-left:1vh;
}
.desc h3, .desc p {
    margin-bottom:5px;
    margin-top:5px;
}
.desc {
    padding-left:4vw;
}
#tip {
    margin:0;
    text-align:center;
}
#header {
    justify-content:center;
}
#header img {
    width:50%;
    max-height:5vw;
    
}
#items {
    display:flex;
    flex-direction:column;
    
}
