
  h1 {
font-weight:normal;
font-size: 40px;
font-style:normal;
color:white;
text-shadow: -1px 1px 2px #000,
				  1px 2px 6px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}
 h2 {
font-weight:normal;
font-style:normal;
font-size: 35px;
color:white;
text-shadow: -1px 1px 2px #000,
				  1px 2px 6px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}
 .title {
font-weight:normal;
font-style:normal;
font-size: 50px;
color:white;
text-shadow: -1px 1px 2px #000,
				  1px 2px 6px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
				  margin:5px;
}
 h4 {
font-weight:normal;
font-style:normal;
font-size: 25px;
color:white;
text-shadow: -1px 1px 2px #000,
				  1px 2px 6px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}
 p {

font-weight:normal;
font-style:normal;
font-size: 25px;
color:white;
text-shadow: -1px 1px 2px #000,
				  1px 2px 6px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}
 a {

font-weight:normal;
font-style:normal;
color: #8cfffb;
}

body {
	background-image: url("https://adriandrummis.github.io/CutTheRopeEditor/images/bgr.avif"),url("https://adriandrummis.github.io/CutTheRopeEditor/images/bgr2.avif");
	background-color: #5D67A3;
	background-size: 100vmax, 100vmax;
	background-repeat: no-repeat, repeat;
}

.floatdiv 
{
	display:block;
	position:relative;
	background-color: rgba(0,0,0,0.25);
	border-radius:15px;
	padding:5px;
	margin:20px;
	max-width: 300px;
}

.small
{
	font-size: 16px;
	margin:0px;
}

.small2
{
	font-size: 16px;
}

div.year 
{
	display: block;
	margin-top:50px;
}