body {
    font-family: "simsun", "simhei", "STHeiti", "Heiti SC" dfkai-sb, stkaiti, 標楷體, 华文楷体;

    background: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../images/bg.jpg');

    height: 100vh;
    width: 100vw;
}

p {}

.container {
    border-radius: 3em;
    background-color: #ffffff70;
    padding: 2em;
    margin-bottom: 2em;
}

.section-wrapper {
    padding-top: 70px;
    margin-bottom: -50px;
}

td {
    padding-top: 15px;
    padding: 15px;
    border: 1px solid;

}

h4,
h5 {
    text-align: center;
}

table {
    text-align: center;
    margin: auto;
}

.exhibitor {
    display: grid;
    grid-template-columns: 33% 33% 33%;

}

.exhibitor img {
    position: relative;
    width: calc(90% - 15px);
    margin: auto;
    padding: 15px;
    justify-content: center;

}

.exhibitor div {
    justify-content: center;
    display: grid;


}

#scrollto0 {
    background-image: url('../images/banner.jpeg');
    height: 100vh;
    padding-top: 0;
    margin: 0;
    display: block;
}

#scrollto0 .container-wrapper {
    padding: 120px 0;
    text-align: center;
}

#scrollto0 .container-wrapper .container {
    height: calc(100vh - 240px);
    justify-items: center;
    display: inline-grid;
    margin: auto;
}