.kalar{
	text-align: center;
	width: 100%;
}
.yogbg {
    margin: auto;
    width: 100%;
    text-align: center;
    justify-content: flex-end;
    animation: jump-2 5s 
linear infinite;
}
.button {
  background-color: rgb(99, 99, 99);
  border: none;
  color: rgb(241, 241, 241);
  padding: 16px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
}
.button5:hover {
  background-color: #b90101;
  color: white;
}
.leftext {
	text-align: justify;
	margin-bottom: 30px;
}