html{
    font-size:100%;
}

body{
	margin:0;
	padding:0;
	min-height: 100vh;
	color: #034e13;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

img{
    max-width: 100%;
    height: auto;
}

.tengah {
    padding: 50% 0;
}
        
.kedip {
    animation: blinker 1.5s linear infinite;
    color: orange;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
        }
}


a:link {
  color: #034e13;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #034e13;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.tahan{
    transition-delay: 3s;
    
}

.container0{
	margin:0px;
}

.container10{
    margin:10px;
}
.row{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background:tomato;
	font-size:120%;
	font-family:verdana;
}

.header1{
	display: flex;
	justify-content: left;
	align-items: center;
	color: white;
    background: tomato;
	position: relative;
	flex:1;
	margin: 0px;
	width: 100%;
	height: 50px;
    font-size:20px;
	border-radius: 0px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.navigation1{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	
	max-width: 120px;
	height: 80px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}