html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a,
img, ul, li, form, label, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Nimbus Sans", sans-serif;
    vertical-align: baseline;
    text-decoration: none;
}

body {
    line-height: 1;
    background: linear-gradient(to right, #000000, #434343);
    color: whitesmoke;
}
ol, ul {
    list-style: none;
}

.intro, .python, .csharp, .cpp, .php, .r, .java, .javascript {
    width: 100%;
    height: 100%;
    color: darkgray;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.015rem;
}

.intro{
    justify-content: center;
}
header{
    position: relative;

}
.header {
    position: absolute;
    display: flex;
    min-height: 100vh;
    align-items: center;
}

.meni{
    margin-top: 24px;
    margin-left: 24px;

}
.meni li {
    height: 30px;
    margin: 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.meni a {
    color: #D4AF37;
    transition: color 0.5s ease, border 1.7s linear;
    padding: 12px;

}

.meni a:hover{
    color: yellow;
}

.active{
    border: 1px solid yellow !important;
}

img{
    width: 400px;
    height: 400px;
    margin-bottom: 40px;
    margin-top: 80px;
}

.php img{
    height: 200px;
}

.intro-text{
    padding: 12px 34px;
}

.intro-text a{
    color: #16a085;
}
.intro .intro-text:first-child{
    padding-bottom: 40px;
}

.intro-text a:hover{
    color: #1abc9c;
}
.content-control{
    display: flex;
    flex-direction: column;
    padding: 0 240px 40px;
    padding-left: 390px;
    font-size: 24px;
}
.content-control p:nth-child(2) {
    text-align: justify;
}

.red{
    color: red;
    font-weight: 700;
    font-size: 32px;
}
.orange {
    color: orange;
    font-weight: 700;
    font-size: 32px;
}


.content-control div{
    padding: 34px 0px;
}

.jobs-text, .salary-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}