body{
	margin: 0;
	font-family: sans-serif;
}

.container{
	width: 100%;
	height: 100vh;
	text-align: center;
	color: white;
	position: relative;
}

.current{
	background-color: #249462;
}

.update{
	background-color: #DF970F;
}

.error{
	background-color: #F63C3C;
}

.third{
	width: 100vw;
	height: 33.3vh;
}

#first{
	
}

#second{
	
}

#current-logo{
	position: relative;
	height: auto;
	width: 16vh;
	top: 50%;
	margin-top: -8vh;
}

#msg{
	font-size: 5vh;
	transform: translate(0,50%);
}

#filename{
	font-style: italic;
	opacity: 0.6;
}

#download-button{
	font-size: 6vh;
	height: 100%;
}

#download-icon{
	clear: both;
}

#button{
	background-color: white;
	padding: 10px;
	margin-left: 60px;
	margin-right: 60px;
}

#download-button:hover{
	opacity: 0.7;
}

.current a{
	color: #249462;
	text-decoration: none;
}

.update a{
	color: #DF970F;
	text-decoration: none;
}

.error a{
	color: #F63C3C;
	text-decoration: none;
}

#current-download{
	height: 12vh;
	width: auto;
	position: relative;
	top: -5vh;
}