@charset "utf-8";
/* CSS Document */

.hora {	
    background-color:beige;
    text-align: center;
    width: 100%;
	margin:0;
	font-size : 40px;
    font-size: 15vw;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
    color: crimson;
}

.Next {
    text-align: center;
	margin:0;
	font-size : 13px;
    font-size: 3.5vw;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	color:#060
}


.DateTime {
    text-align: center;
	margin:0;
	font-size : 13px;
    font-size: 3.5vw;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	color:#06F
}


.Loc {
    text-align: center;
	margin:0;
	font-size : 13px;
    font-size: 3.50vw;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;	
	color:#060
}

header {
    background-color:aliceblue;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top-style: solid;
    border-color: crimson;
    border-bottom-style: solid;
}

body{
    background-color:darkgray;
}