*{
	  margin: 0;
	  padding: 0;
	  outline: none;
	  box-sizing: border-box;
	  text-decoration: none;
	  list-style-type: none;
	  font-family: "Jost", sans-serif;
	  font-weight: 400;
	  background-color: #4eb980;
}
.h1{
    text-align: center;
	letter-spacing: 0.2rem;
}
.src h2, a{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.pkr{
    display: flex;
    justify-content: center;
}
.pkr video{
    position: flex;
    background-color: grey;
	display: block;
	width: 20%;
	margin: auto;
	min-height: 74vh;
	align-items: center;
}
@media (max-width: 1200px){
	.h1{
        text-align: center;
}
	.src h2, a{
		text-align: center;
		color: #ffffff;
		text-decoration: none;
}
	.pkr{
		display: flex;
		justify-content: center;
		align-items: center;
	}
    .pkr video{
        position: flex;
        background-color: grey;
        display: block;
        width: 90%;
        margin: auto;
        min-height: 70vh;
        align-items: center; 
    }
}


