.entry img {
    margin-top: 2.5%;
    border: 5px lightgrey solid;
    max-width: 75%;
}
.entry .sorter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.entry main {
    border: 5px lightgrey solid;
    padding: 0 2.5%;
    margin: 0 2.5%;
    width: 640px;
}
.entry h1 {
    margin: 0;
}
.entry h2 {
    margin-top: 0;
}
main img {
    max-height: 35%;
    max-width: 50%;
}
.entry .info {
    display: block;
    width: 320px;
    margin-bottom: 2.5%;
}
.info .cat {
    border: 5px lightgrey solid;
    border-top: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
.info .cat:first-of-type {
    border-top: 5px lightgrey solid;
}
.info .catname {
    border-right: 5px lightgrey solid;
    width:50%;
    overflow-x: scroll;
}
.info .catcontent {
    width: 50%;
    overflow-x: scroll;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .button {
    margin: 0 2.5%;
    flex-shrink: 0;
}
.button img {
    border: 0;
    margin-top: 0;
}
.button img:hover {
  transform: scale(1.1);
}