﻿/*Stylesheet Design für JavaScript-Ausgabe erstellen.*/

.ansichten {display:flex;flex-direction:row;justify-content:center;background-color:#FFDEAD;}
 

@media (min-width:320px){
	
	body{width:100%; margin:0px;}
	
}

@media (max-width:1024px){
	
	body{height:80%; margin:0px;}
	
}

	

 

.text{margin:1px 2px; padding:0px;}
	

	 
.text p{color:#ffa500;font-family:"Comic Sans MS"; font-size:medium;margin:0px;padding:2px 4px;}
	
.text b{color:#4169e1;font-family:"Comic Sans MS"; font-size:medium;margin:0px;padding:2px 4px;}

figure{background-color:white;border:thin gray groove;}

