.centeritems {
    display: flex;
    justify-content: center;
}
.allimagesandtext {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.allIcons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 5px;
}
.photo_container img:first-child {
    width: 300px;
    object-fit: contain;
}
.icon_container img {
    width: 80px;
    object-fit: contain;
}
.photo_container p {
    text-align: center;
    width: 300px;
}
.photo_container p:last-child {
    text-align: left;
    margin-top: 4px;
}
.hashtagbutton {
    margin-left: 30px;
}
.likebutton {
    width: 30px;
    height: 30px;
    display: inline;
    vertical-align: bottom;
}
p button {
    margin-right: 5px;
}
.navpage {
    height: 50px;
}
.nextpage {
    display: flex;
    justify-content: flex-end;
    margin-inline-end: 30px;
}