@charset "utf-8";

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    color: white;
    font-family: SimSun;
    font-weight: 800;
    font-size: 2.25rem;
    padding: 0;
    margin: 0;
}

.header {
    width: 100%;
    height: 8rem;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(0.7rem);
}

img{
    display: block;
    max-width: 100%;
    max-height: 28rem;
    width: 100%;
    height: 28rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin: 0 auto;
}

td {
    vertical-align: top;
    padding: 0.625rem;
}

table{
    margin-left: auto;
    margin-right: auto;
    border:none;
}

button {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border: none;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5 );
    backdrop-filter: blur(0.625rem);
    box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
}