.UP p{
    color: red;
    text-align: center;
}
h2{
    text-align: center;
}
h1{
    text-align: center;
    color: red;
    font-size: 6vmin;
}
.TOP {
        max-width: 600px; /* 最大幅 */
        min-width: 540px; /* 最小幅 */
        margin : 0 auto
}
.TOP img { width: 100%;  
}
body {
    margin:0;
    padding:0;
    text-align: center;
    font-size: 21px;
    background-color: rgba(202, 225, 243, 0.46);
    }
.UP{
    text-align: center;
    color:red;
    font-weight:bold;
}
.threadup{
    text-align: center;
}
.name input{
    width: 600px;
}
button{
    font-size: 35px;
}
table{
    width: 880px;
  
}
.A1{
    color:blue;
}