/* 
 Theme Name: Wyswietlacze
 Theme URI: noveo.pl
 Author: noveo.pl
 Author URI: noveo.pl
 Description: Custom theme
 Version: 1.0 
*/

@font-face {
    font-family: lato;
    src: url(fonts/Lato/Lato-Regular.ttf);
}


body{
    font-family: 'lato', sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #E0E0E0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
footer{
    display: none;
}

.contener{
    max-width: 90%;
    margin: auto;
}

p{
    font-size: 24px;
}
h1{
    font-size: 64px;
}
h2{
    color: #01305A;
    font-size: 42px;
}