body, html {
    height: 100%;
    margin: 0;
}

.mrfrx-hero-slika {
  background-image: url("../slike/ozadje1.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mrfrx-hero-besedilo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.mrfrx-hero-besedilo button {
 
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.mrfrx-hero-besedilo button:hover {
  background-color: #555;
  color: white;
}