body {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    margin: 0;
}
.copyright {
    text-align: center;
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    color: gray;
}
a, li, p, h1, h2, h3, h4, h5, body, span, input, output {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
[type="date"] {
    background: #3c4659;
    border: solid 1px #3c4659;
    border-radius: 60px;
    height: 40px;
    width: 120px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
[type="text"] {
    background: #3c4659;
    border: solid 1px #3c4659;
    border-radius: 60px;
    height: 40px;
    width: 240px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    cursor: pointer;
}
[type="password"] {
    background: #3c4659;
    border: solid 1px #3c4659;
    border-radius: 60px;
    height: 40px;
    width: 240px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    cursor: pointer;
}
:focus-visible {
    outline: none;
}
[type="submit"] {
    background: transparent;
    border: solid 1px #3c4659;
    border-radius: 60px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.header {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    background: #1e1e2d;
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.logo a {
    color: #fff;
}
.logo a:hover {
    color: gray;
}
.header-body {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    background: #1e1e2d;
    margin-top: 50px;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: solid 1px #fff;
}
.main-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    background: #1e1e2d;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.header-inner input {
    margin: 5px;
}
.header-inner a {
    margin-left: auto;
}
.navin {
    display: flex;
}
.navin li a {
    margin: 5px;
}
