html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: linear-gradient(white, green, red);
    background-size: cover;
}

#gradient_piros_feher_zold {
    background: -webkit-linear-gradient(red, white, green);
    background-clip: text;
    -webkit-text-fill-color: transparent;   
    text-align: center;
}

.nav-link, .nav-link:link, .nav-link:active, .nav-link:hover, .nav-link:visited {
    color: red !important;
}

.row {
    background: #FFF;
}

.container{
    background: transparent;
}

h1, h2, h3, h4, h5, h6, a, p {
    color: black;
}

.table th, .table td {
    color: green;
}

.sorkizart {
    text-align: justify;
}
