a:link, a:active, a:visited {text-decoration: none;}
* {margin: 0;}
html { width: 100%;}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman, Garamond;
  font-size: 100%;
  background-color: #ffffff;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
} 

.wrapper {
  /* width: 100%; */
  /* margin: auto; */
}

.kapcscim {
  text-align: center;
  position: relative;
}

.kapcscim p {
  font-size: 3em;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  margin: 20px 0;
}

@media only screen
and (max-width : 640px) {
  #wrapper { width: 100%;}
  .kapcscim {}
  .kapcscim p {font-size: 2em;margin: 0;padding: 20px;}
}

@media only screen
and (min-width : 640px)
and (max-width : 1024px) {
  #wrapper { width: 100%;}
  .kapcscim {}
  .kapcscim p {font-size: 2em;margin: 0;padding: 20px;}
}
