@import url('https://fonts.googleapis.com/css?family=Raleway+Dots');

body {
    background-color: #decc02;
    
    font-family: raleway dots;
}

@font-face {
 font-family: ISOCPEUR;
 src: url('/fonts/ISOCPEUR.ttf');
}

h2, h3,h4, h5, h6 {
 font-family: 'ISOCPEUR' !important;
}

#primary-menu {
 font-family: 'ISOCPEUR' !important;
}

.nyelv{
    text-align: center;
    padding-top: 300px;
    line-height: 30px;
    
}


#nazw{
    text-align: center;
    padding-top: 300px;
}
#nazn{
    text-align: center;
 
}

#button{

    margin: auto;
    display: block;
    width: 150px;
    margin-top: 20%;
    background-color: #000;

}
   

#button:hover {
    background-color:  #0B3A49;
    
}

#button #mure {
    font-weight: normal;
    color: white;
    text-align: center;
    font-family: 'ISOCPEUR' !important;
    
}
#button #mure:hover {
    color: #decc02;
}