﻿
body {
    height: 5px;
	margin:10px;
	font-family:Calibri;
	background-color:#eee;
	text-align:center;  
  	transition: background-color .5s;
}
.parent {
  	width: 1300px;
  	position:absolute;
  	align-items:center;
  	justify-content:center;
  	right:0;
  	left:0;
  	top:0;
  	bottom:0;
  	margin:auto;
}
.flag {
    top:324px;
	left:8px;
	position:absolute;	
}
.logo {
    top:145px;
	right:100px;
	width:250px;
	height:250px;
	padding:0px;
	position: absolute;
}
.paragraph {
	text-align: justify;
	font-size: x-large;
}
.header {
	font-size: xx-large;
}
.speech {
	top:2375px;
	right:1038px;
	width:200px;
	height:200px;
	padding:0px;
	border-width:0px;
	position:absolute;
}
.current_time {
	top:245px;
	right:340px;
	width:280px;
	position:absolute;
}
.happy_new_year {
	top:60px;
	right:695px;
	left:205px;
	width:400px;
	height:400px;
	padding:0px;
	border-width:0px;
	position:absolute;
}
.scroll_finger {
    top:1052px;
	right:581px;
	width:100px;
	height:125px;
	padding:0px;
	position:absolute;
}
.christmas_ball {
    top:145px;
	right:200px;
	width:250px;
	height:250px;
	padding:0px;
	position:absolute;
}

