*,
html,body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  background-color: aqua;
  height: 20vh;
	color: #210404;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logo {
  background-color: #210404;
  display: flex;
  width: 8%;
	height: 90%;
	margin-left: 20px;
}
.judul-1{
  display: flex;
  width: 80%;
  height: 90%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo-2 {
  display: flex;
  width: 10%;
	height: 90%;
  padding-left: 10px;
}

.navbar-1{
  background-color: darkgoldenrod;
  height: 20px;
}

.container-0{
  display: flex;
  width: 1150px;
  height: 55px;
  background-color: chartreuse;
  justify-content: center;
  /*margin-left: 150px;*/
  margin-left: 150px;
  align-items: center;
}

.lbl-1{
  font-size: 18px;
  font-weight: bold;
}
.container-1{
  background:rgba(209, 228, 230, 0.512);
  width: 500px;
  height: 30px;
  font-size: 20px;
}
.container-2{
  background:#230cee63;
  width: 500px;
  height: 30px;
}

table {
  border-collapse: collapse;
  position: relative;
  /*left: 150px;*/
  left: 150px;
  padding: 25px;
}

table, td {
  border: 1px solid black;
}
td {
padding: 5px;
height:30;
width:200px;
color:black;
font-size:16px;
}

.td-1{
  background-color: aliceblue;
}
.td-2 {
  background-color:#b6ead496;
  width: 150px;
}
.td-3 {
  background-color:#b6ead496;
  width: 250px;
}
.td-4 {
  background-color:#b6ead496;
  width: 500px;
}



