* {
   margin: 0px;
   padding: 0px;
}
body {
   color: #4b2f20;
   background-color: #F6F3DF;
   font-family: Verdana;
}
a.mailik {color: #4b2f20; text-decoration: none; font-weight: bold}
a.mailik:hover {color: #87746A; text-decoration: none; font-weight: bold}
.text_01 {font-size: 20px;}
.text_02 {font-size: 14px;}
.odstep_01 {padding-top: 10px;}
.odstep_02 {padding-top: 14px;}
.stronka {
   width: 100%;
   height: 100vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
       -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
-webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.content {
   text-align: center;
}