*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    min-height: 100vh;
    background-image: url(naslovna1min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Segoe UI';
}

.OM-M-pocetni-text{

    height: 85vh;
    padding-top: 30px;
    padding-right: 20px;
    display: block;


    font-size: 34px;
    text-align: right;
    color: white;
    font-weight: 480;
}

mark { 
    background-color: rgba(92, 192, 209, 0.725);
    color: white;
  }

.prava{
    display: block;
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: 480;
}

a {
    text-decoration: none;
    color: white;
}
