*{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}

body{
font-family: "Roboto", sans-serif;
text-decoration: none;
color: black;
}

body a{
color: black;
text-decoration: none;
list-style: none;	
}

.judul1{
	text-align: center;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.judul2{
	text-align: center;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}


.header{
	background-color: #000000;
	height: 60px;
	padding-top: 8px;
	color: whitesmoke;
	font-size: 15px;
}

.footer{
background-color: #ffff;
color: black;
height: 50px;
font-size: 14px;
}

.copyright{
color: black;
height: 60px;
padding-bottom: 10px;
text-align: right;
font-size: 14px;
}

.ruangan{
margin-top: 20px;
border: none;
position: center;	
}

.jdl{
font-size: 40px;
font-weight: bold;
text-align: center;
color: white;
}


#calendar {
      max-width: 1100px;
      margin: 40px auto;
      color: black;
    }
