body {
    background: url('kusimustik.jpg') no-repeat center center fixed;
    background-size: cover;
    color: darkred;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 100px auto;
    padding: 10px;
}

h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

table {
    width: 60%;
    margin: auto;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: pink;
}

td {
    padding: 28px;
    border: 2px solid white;
    text-align: center;
}
input[type=text], input[type=number]{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    color: #ff026a;
    background-color: aliceblue;
}
input, select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

fieldset {
    border: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    background: #ff69b4;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}

input[type="color"] {
    width: 50px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid white;
}

.highlight {
    background-color: yellow !important;
}

a {
    display: block;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
