body {
    font-family: Arial, sans-serif;
    background: floralwhite;
    margin: 0;
    padding: 20px;
}

#menyykiht {
    width: 220px;
    background: whitesmoke;
    padding: 15px;
    border-radius: 6px;
    margin-right: 20px;
    float: left;
}

#menyykiht h2 {
    margin: 0 0 10px 0;
    color: black;
}

#menyykiht ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menyykiht li {
    margin-bottom: 8px;
}

#menyykiht a {
    color: dodgerblue;
    text-decoration: none;
}

#sisukiht {
    width: 600px;
    background: whitesmoke;
    padding: 20px;
    border-radius: 6px;
    float: left;
}

#sisukiht h2 {
    margin-top: 0;
}

form dt {
    margin-top: 10px;
    font-weight: bold;
}

input[type="text"],
textarea {
    width: 95%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    margin-top: 15px;
    padding: 10px 20px;
    background: dodgerblue;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: midnightblue;
}

#jalusekiht {
    clear: both;
    text-align: center;
    margin-top: 25px;
    color: black;
}
