.Page_Tools {
    display: flex;
    flex-wrap: wrap;
}
.Page_Tools.center {
    justify-content: center;
}
.Page_Tools.medium {
    gap: 16px;
}
