﻿/* CSS styles.css */
/* © 2019 bigburri */


#content{
	background-color: #000000 !important;
	color: #ffffff;
	width: 100%;
	height: 100%;
	margin: auto;
	border-width: 15px;
	border-style: solid;
	border-color: transparent;
	border-radius: 5px;
	font-size: 50px;
	font-weight: bold;
	display: flex;
  	align-items: center;
  	justify-content: center;}
  	
#body{
  	background-color: #000000 !important;
  	}

	





























	
/* CSS ENDE */