h1, h2, h3, h4, h5, h6{
  border:black 10px solid;
	background-color:white; color:black; 
	box-shadow: 0px 12px black ;
	text-align: center;
	gap:20px;
}

.center{
  text-align: center;
  align-content: center;
  align-self: center;
}

body{
	 background-image: url("yuri.jpg");
	 display: flex;
	 flex-direction:column;
}

.column{
	display: flex;
	 
	 background-color: rgb(20,90,90);
	 padding: 30px;
}

.row{
  display: flex;
  
	 flex-direction:row;
	 background-color: rgb(20,90,90);
	 padding: 30px;
}

.column a {
  color:pink;
  text-shadow: 0px 0px 3px pink;
  border: pink dashed 2px;
  border-radius: 8px;
  transition: all 250ms ease-in;
}

.column a:hover{
  color:white;
  font-size:12px ;
  border: white solid 1px;
}
.narration{
	color: black; background-color: white; border:black 6px solid;
}

.talk{
	background-color:rgb(220,20,0); text-align-last: center;
}

.name{
	text-indent: 12px;
	text-align: left;
	text-transform: uppercase;
	color:rgb(190,0,120);
	font-size: 34px; 
	text-decoration:underline black;
}

p{
  background-color:white;
    border:black 10px solid;
	background:white; color:black; 
	box-shadow: 0px 12px black ;
}