@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
body {
	background-color:black;
	font-family: 'Berkshire Swash', cursive;
	align-content:center;
	text-align:center;
	color: #219AE7;
	font-size:25px;
}
.radius {
    background: #BBB9B9; /* Цвет фона */
    border: 4px solid white; /* Параметры рамки */
   
  
	border-radius: 100%;
   }
   
table {
	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
	align-items:center;
	text-align:center;
	border-radius: 44px 44px 44px 44px;
	-moz-border-radius: 44px 44px 44px 44px;
	-webkit-border-radius: 44px 44px 44px 44px;
	padding: 5px; 
	text-align:center;
	
  	text-shadow: 1px 1px 2px black, 0 0 1em white; 
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
   	padding: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.zoom {
 
    transition: transform .3s; /* Animation */

  
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
a:link {
	color: #219AE7;
	text-decoration: none;
}
a:hover {
	color: #E90300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.ads { width: 100%; padding-top: 5px; padding-bottom: 5px; background-color: #FFF; float: left; }