header{
    color: maroon;
    background-color: moccasin;
    width: 60%;
}
head h1{

    font-family: sans-serif;
    font-size: larger;
    letter-spacing: 0.3cm;
    border-bottom: solid 1pt red; /*dotted dosher double*/
}
h2#info{
    position: absolute;
    top:4%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: lightblue;
    float: right;
    position: absolute;
    right: 30px;
}

li a {
    display: block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;

}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

.nimikiri{
    list-style-type:"*" ;
    margin:0; /*väline vahe elementist*/
    padding: 20px; /*elemendi sisu ümber ruum*/
    background-color: lightcoral;

}
img#pilt1{
    width: 10%;
}
img#pilt2{
    width: 20%;
    border: dotted 2pt red;
}
img#pilt3{
    width: 30%;
    border: solid 1pt darkblue;
    border-radius: 200px;
}
.nmk{
    margin:0; /*väline vahe elementist*/
    padding: 20px; /*elemendi sisu ümber ruum*/
    background-color: burlywood;
    border: solid 1pt black;
    font-size: 18px;
    border-radius: 200px;
    position: absolute;
    top:99%;
}
.fff{
    margin:0; /*väline vahe elementist*/
    padding: 10px 20px;
    background-color: darkviolet;
    color: black;
    text-decoration:underline;
    border: solid 5pt Green;
    font-size: 34px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    left:39%;
    top:91%;
}
.rrr{
    font-size: 13px;
    background-color: cadetblue;
    border: solid 15pt black;
    text-align: center;
    padding:20px;
    position: absolute;
    top: 108%;
    width: 95%;
}
img#pilt4 {
    width: 25%;
    border: solid 10pt Yellow;
    border-radius: 200px;
    position: absolute;
    top:124%;
}
footer{
    position: absolute;
    top:180%;
}
input#top_Pilt, #bottom_Pilt, #right_Pilt, #left_Pilt, #näita_Pilt{
    position: absolute;
    top:121%;
}
input#right_Pilt{
left: 100px;
}
input#bottom_Pilt{
    left: 300px;
}
input#top_Pilt{
    left: 200px;
}
input#näita_Pilt{
    left: 400px;
}
#div1{
    border: solid 5px red;
    position: absolute;
    top:40%;
    left:70%;
    width: 20%;
}
#div_php{
    position: absolute;
    top: 6.5%;
    left:15%;
    width: 20%;
}