body{
	margin: 0;
	padding: 0;
	border: 0;

	overflow: hidden;
}

p{
	font-family: 'Racing Sans One', cursive;
	font-size: 5em;
	line-height: 1;
	color: white;
}

video {
	min-width: 100%;
	min-height: 100%;
}

/*iframe {
	min-width: 100%;
	min-height: 100vh;
}*/

#rainy {
	height: 100%;
	width: 100%
}

#cloudy{
	height: 100%;
	width: 100%
}

#partlyCloudy{
	height: 100%;
	width: 100%
}

#sunny{
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #f3cc11;
	margin: 0;
	padding: 0;
}

#sunny p{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#countdown {

	color: black;
	border: 3px solid green;
}