html {
    background: #CCC;
    font-family: Arial, sans-serif;
}

body {
    margin: 0 auto;
    background: 636467;
}

text {
    color: #dc582a;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

h1 {
    text-align: center;
    color: #dc582a;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h2 {
    text-align: center;
    color: #dc582a;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

nav a {
    display: block;
    padding: 0.5rem;
    right: 0;
    color: #C1D72E;
}

hr {
    border: none;
}

nav {
    background: black;
    display: flex;
    align-items: center;
    padding: 16px;
    min-height: 2.4rem;
}

nav h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

nav h1 a {
    text-decoration: none;
    padding: 0.25rem 0.5rem;
}

nav ul {
    position: absolute;
    right: 0;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 1.2rem;
}

nav ul li span {
    display: block;
    padding: 0.5rem;
    right: 0;
    text-decoration: none;
    color: #dc582a;
}

.login {
    max-width: 300px;
    margin: auto auto;
    padding: 1rem;
    text-align: center;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    color: #dc582a;
    border-radius: 10px;
}

.content {
    padding: 1rem 1rem 1rem;
    background-color: #333;
    color: black;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dc582a;
}

.content form {
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    padding: auto;
    align-items: center;
    justify-content: center;
}

.content input {
    margin-bottom: 1em;
}

.content a {
    padding: 0.5rem;
    right: 0;
    color: #C1D72E;
    max-width: 300px;
    text-align: center;
}

table {
    display: flex;
    justify-content: center;
    align-items: center;
    border-collapse: collapse;
    min-width: 50%;
    height: auto;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: black;
}

.edit-link {
    color: blue;
    text-decoration: underline;
}

.button {
    display: block;
    margin: 12px auto;
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #dc582a;
    fill: black;
    font-size: large;
    background-color: #111;
    transition: background-color 0.25s ease;
}

.button:hover {
    background-color: #dc582a;
    color: white;
}

.main-block {
    flex: 7;
    padding: 20px;
    border: 1px solid #111;
    margin: 50px 40px 20px 20px;
    background-color: grey;
    height: 100%;
}

.details-block {
    flex: 3;
    padding: 20px;
    border: 1px solid #111;
    margin: 50px 20px 40px 20px;
    background-color: grey;
    height: 100%;
}

.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.forms-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 40px;
}

.form-entry {
    display: flex;
    flex-direction: column;
    margin: 12px auto;
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #dc582a;
    fill: black;
    font-size: large;
    background-color: #111;
}

.forum-input {
    display: inline-block;
}

/* Style for checked state of the checkbox */
input[type="checkbox"]:checked {
    background-color: #dc582a;
    color: white;
}

/* Style for the checkbox appearance */
input[type="checkbox"] {
    accent-color: #dc582a;
}

.password-toggle {
    right: 0px;
    height: 62.5%;
}
