* {
background-color: #4e4e4e;
}
p, h1, h2, h3, h4, h5, h6, ol, ul {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.body {
padding-left: 20px;
padding-top: 20px;
border: 4px solid #fff;
}
.outer{
padding-left: 20px;
padding-top: 20px;
}

div.image.cooking {
   content:url(https://media4.giphy.com/media/h2HTvVuKVS4daQaVuS/giphy.gif);
    height: 200px;
}

div.image.start {
    content:url(https://images.pexels.com/photos/952478/pexels-photo-952478.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500);
    height: 200px;
    border-radius: 10%;
    width: 300px;
}

.admin {
    padding: 10px
}

.admin a {
    color: white;
}

.weiteres {
    color: white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

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