html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    transform: scale(1.0);
    transform-origin: 0 0;
}
.Table_01 {
    table-layout:fixed;
    width: 70%;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #4a4a4a;
    overflow: hidden;+-*/9
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 29px;
    font-family: "Times New Roman";
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4a4a4a;
    color: white;
}
.zoom {
    /*border-radius: 20px;*/
    transition: transform .2s; /* Animation */
    width: 413px;
    height: 315px;
    margin: 0 auto;
    padding: 5px 5px;
}

.zoom:hover {
    transform: scale(1.15); /* (115% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cateBar {
    padding: 0px;
    width: 1238px;
    height: 50px;
    color: #ffffff;
    background-color: #4a4a4a;
    font-size: 29px;
    font-family: "Times New Roman";
}
.cateBarText {
    margin-right: 10%;
}