#buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
#topbuttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}
#imageShowDiv{
    >img{
        max-width: 100%;
        max-height: 100%;
    }
}