@charset "utf-8";
header h1 {
    font-size: 25px;
    margin: 0 30px 0 0 !important;
    display: inline-block !important;
}
header a,header a:visited {
    font-size: 20px;
    color: white !important;
    text-decoration: underline !important;
    margin: 0 15px 0 0 !important;
    display: inline-block !important;
}
header a:hover {
    color: #FF0000 !important;
    text-decoration: underline !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #4e4d4d;
    color: white;
    text-align: center;
    padding: 5px 0;
    z-index: 1000;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 5px 5px 5px 0px;
    box-sizing: border-box;
    font-size: 18px;
}
footer .nowtime {
  margin-left: 10px;
}