@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trispace:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Syne Mono', monospace;
}

#title {
 margin-top: 14px;
}

body {
    background-color: whitesmoke;
}

#zellorganell {
    border: 1px solid black;
    margin-left: 20%;
    margin-right: 20%;
}
  
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 2px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

button {
    width: 70%;
    height: 45px;
    font-size: larger;
}

#plant {
    position: absolute;
    right: 30px;
    top: 120px;
    border: 1.2px solid black;
}
#plant td {
  font-size: 11px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

ul {
   margin-bottom: 40px;
}

li {
    text-align: left;
    margin-left: 20%;
    font-family: 'Trispace', sans-serif;
}

strong {
    font-size: x-large;
}

h2 {
    font-size: 30px;
    text-decoration: underline;
}

#prokaryot {
   border-radius: 30px;
   background-color: cornsilk;
   border: 1px solid black;
   margin-left: 10%;
   margin-right: 80px;
}

#prokaryot li {
    margin-left: 10%;
    margin-bottom: 5px;

}

#end {
    background-color: grey;
    height: 80px;
}

a {
    text-decoration: none;
    color: honeydew;
}