
@font-face {
    font-family: orbitron;
    src: url("Orbitron-Black.ttf");
}
@font-face {
    font-family: arvo;
    src: url("Arvo-Regular.ttf");
}

body {
    margin: 0px;
    padding: 0px;
   background-color: rgba(227, 213, 213, 0.329);
  
}


.elementWeb, .elementRukotvorine {
  
    width: 100vw;
    height: 50vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.elementWeb {
    background-image: linear-gradient(black, rgba(0, 1, 2, 0.032)),url("kodiranje2.jpg");
    }
.elementRukotvorine {
    background-image: linear-gradient(rgba(70, 185, 179, 0.637), rgba(0, 1, 2, 0.7)),url("vesla.jpg");
}
.tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.naslov {
    font-family: orbitron;
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
}
.poveznica {
    font-family: arvo;
    text-decoration: none;
    border: 2px solid rgb(3, 222, 246);
    padding: 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
}

@media screen and (min-width: 900px){

    body{
        background-color: rgb(0, 0, 0);
        display: flex;
    }
    .elementWeb, .elementRukotvorine {
        
         width: 50vw;
         height: 100vh;
         background-size: cover;
         display: flex;
         align-items: center;
         justify-content: center;
         
     }
     
     .naslov {
        
       
        font-size: 2.2vw;
    }
    .poveznica {
       
        font-size: 25px;
        font-size: 1.1vw;
        padding: 20px;
        padding: 1vw;
    }


}

