body {
  overflow-x: hidden;
  background-image: url('assets/images/rozwoj.png');
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;

}


.f-cardo { 
  font-family: 'Cardo', serif;
}
#wrapper {
  align-self: baseline;
  margin-top: 20px;
}

.containter {
  text-align: center;
}

.fcc-btn {
  background-color: #e51c21;
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: 20px;

  margin: 50px 10px 0 10px;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #cf0d11;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  max-width:200px;
  min-width:200px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.fcc-btn:hover {
  cursor: pointer;
  background-color: white;
  color: #e51c21;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

a {
  text-decoration: none;
}
