img{
    width: 150px;
    height: 150px;
}

header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

h1 {
    background-color: #261e27;
    color: white;
    margin: 0;
}
body{
    color: white;
    background: #261e27;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1e2720;
}

ul li {
    float: left;
}
#pea{
    margin: 0 auto;
    max-width: 800px;
}

#pea div {
    text-align: left;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul li a:hover {
    background-color: #111111;
}

.flex-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.flex-container > div {
    flex: 1;
    padding: 20px;
    background-color: #1e2720;
    border-radius: 5px;
}

#menyykiht {
    width: 250px;
    background-color: #1e2720;
    padding: 20px;
    border-radius: 5px;
    margin-right: 20px;
}

#sisukiht {
    flex: 1;
    background-color: #1e2720;
    padding: 20px;
    border-radius: 5px;
}

#menyykiht ul {
    background-color: transparent;
    overflow: visible;
}

#menyykiht ul li {
    float: none;
    display: block;
    margin: 5px 0;
}

#menyykiht ul li a {
    background-color: #261e27;
    border-radius: 3px;
    margin: 2px 0;
}

#menyykiht ul li a:hover {
    background-color: #111111;
}

main {
    display: flex;
    margin: 20px;
}

form {
    background-color: #261e27;
    padding: 20px;
    border-radius: 5px;
}

form dl {
    margin: 10px 0;
}

form dt {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

form dd {
    margin: 0 0 10px 0;
}

input, textarea {
    background-color: #1e2720;
    color: white;
    border: 1px solid #444;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #261e27;
    cursor: pointer;
    width: auto;
    padding: 10px 20px;
}

input[type="submit"]:hover {
    background-color: #111111;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: white;
}

footer {
    margin-top: 40px;
    text-align: center;
}

footer ul {
    background-color: transparent;
    justify-content: center;
}

footer ul li {
    float: none;
    display: inline-block;
}

#teenused-list {
    background-color: transparent;
    overflow: visible;
    list-style-type: disc;
    padding-left: 20px;
}

#teenused-list li {
    float: none;
    display: list-item;
    margin: 8px 0;
    padding: 0;
}

#teenused-list li:before {
    content: none;
}

#teenused-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1e2720;
    border-radius: 5px;
    overflow: hidden;
}

#teenused-table th {
    background-color: #261e27;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

#teenused-table td {
    padding: 15px;
    border-bottom: 1px solid #444;
}

#teenused-table tr:hover {
    background-color: #2a3228;
}

#teenused-table img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 30%;
}
#menyykiht ul, #menyykiht li, #menyykiht li a {
    background: none !important;
}


img {
    border-radius: 25px;
}