body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: black;
    background-color: #222121;
    background-image: url("miks1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    font-size: 60px;
    color: rgb(43, 40, 40);
    text-align: center;
}
p{
    text-align: center;
    color: #232020;
    font-size: 25px;
}
ul{
    display: absolute;
    margin-left: 270px;
}
li {
    list-style-image: url("icon1.png");
    font-size: 15px;
    line-height: 1.6em;
    color: #1f1d1d;
}

table {
    border-spacing: 0px;
    color: black;
    display: absolute;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80%;
    height: 300px;
}

th, td {
    padding: 5px 35px 5px 10px;
    border-spacing: 0px;
    font-size: 90%;
    margin: 0px;
}
        
th, td {
    text-align: left;
    background-color: pink;
    border-top: 1px solid #f17bc6;
    border-bottom: 1px solid #f292ce;
    border-right: 1px solid #f292ce;    
    font-weight: 300px;
}

tr.head th {
    font-size: 15px;
    color: white;
    background-color: rgb(239, 136, 165);
    border-bottom: 2px solid #eca1bb;
    border-right: 1px solid #ebbfbf;
    border-top: 1px solid #90b4d6;
    text-align: center;
    text-shadow: -1px -1px 1px #666666;
    letter-spacing: 0.15em;
}

td {
    text-shadow: 1px 1px 1px #ffffff;
}

tr.even td, tr.even th {
    background-color: pink;
}

tr.head th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

tr.head th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

fieldset {
    display: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    background-color: rgb(239, 136, 165) ;
    line-height: 1.6em;
    height: 200px;
}
fieldset p{
    color: white;
}

legend {
    font-style: italic;
    color: white;
}

input[type="text"] {
    width: 120px;
    border: 1px solid #0d0909;
    padding: 2px;
    outline: none;
}

input[type="text"]:focus,
input[type="text"]:hover {
    background-color: #d0e2f0;
    border: 1px solid #999999;
}

input[type="submit"] {
    border: 1px solid #0da95b;
    background-color:  rgb(203, 78, 157);;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

input[type="submit"]:hover {
    border: 1px solid #da5ab3;
    background-color: rgb(165, 29, 93);
    color: #ffffff;
    cursor: pointer;
}

.title {
    float: left;
    width: 160px;
    clear: left;
    color: white;
}
label{
    color: white;
}

.submit {
    width: 310px;
    padding-left: 230px;
    margin-left: auto;
    margin-right: auto;
}
