body {
  background-color:#23272a;
  color: #ffffff;
  text-align: left;
  font-family: 'calibri', cursive;
}
h1{
text-align: center;
  color: #44DDBF;
   font-family: 'calibri';
}

.krava{
  float:right;
  margin-left: 40%;
  border-radius: 8px;
}

.stranka {
background: #2c2f33;
width: 50%;
margin: 0 auto;
float: left;
border-radius: 3%;
}

#ahoj12 {
color: white;
}
a{
	color:#FF73FA;
	text-decoration: none;
}
.tovpravo {

  font-family: 'calibri';
  color: #9B84EE;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  border-color: #738adb;
  border-style: solid;
  border-width: 10px;
  float: right;
  border-radius: 5px;
 
}

 .tovpravo > * {
     width: 100%;
	 border-bottom-style: solid;
	 border-bottom-color: #738adb;
	 border-bottom-width: 10px;
 }
 .kravastranka{
	text-align: center;
	 
 }
 .textik{
 text-align: center;	 
 }