* {
    font-family: 'Noto Sans JP', sans-serif;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    text-align: center;
}
  
.footer {
    background-color: #f5f5f5;
}

.error_content {
    color: red;
}