﻿
/* helles Blau  #c2e2fb */
body
{
 background-color: lemonchiffon;
   /* Full height */
 height: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;

}

/* class="a"  */
.a {
  font-family: Arial, Helvetica, verdana;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
table {
  	font-family: Areal, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	column-count: 2;
	width: 50%;
	background-color: lavender;

}
div {
	background-color: lemonchiffon;
	color:black;
  	display: flex;
  	justify-content: center;
}
 
#blueDIV {
  height:100px;
  width:200px;
  border:1px solid coral;
  padding:10px;
  background-color:white;
  box-sizing:border-box;
  box-shadow:10px 10px gray;
  text-align:center;
  font-weight: bold;
 } 
 
#blackDIV {
  height:200px;
  width:320px;
  border:2px solid coral;
  padding:10px;
  background-color:burlywood;
  box-sizing:border-box;
  box-shadow:10px 10px gray;
  text-align:left;
  font-weight: bold;
 }
  
