@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');
body {
    background-color: rgb(0, 0, 0);
    color: #768392; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 850px;
    margin: 0;
    font-family: "BIZ UDMincho";
    font-size: 5vw;
}

.timestamp {
    margin-left: 25px;
}

#ad {
    background-color: rgb(0, 0, 0);
    color: #768392; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 850px;
    margin: 0;
    font-family: "BIZ UDMincho";
    font-size: 5vw;
    border: none;
}

#password {
    background-color: rgb(0, 0, 0);
    color: #768392; 
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    font-family: "BIZ UDMincho";
    font-size: 2vw;
    border: 1px;
    border-style: solid;
    border-color: #768392;
}

#submit{
    background-color: rgb(0, 0, 0);
    color: #768392; 
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    font-family: "BIZ UDMincho";
    font-size: 2vw;
    border-style: solid;
    border: 2px;
    border-color: #768392;
}

#wrong{
    background-color: rgb(0, 0, 0);
    color: #768392; 
    justify-content:center;
    align-items: center;
    height: 850px;
    font-family: "BIZ UDMincho";
    font-size: 2vw;
    margin-top: 500px;
}