h1 {
    font-family: graffiti;
    text-align: center;
    font-size: 4vw;
}

h2 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    color: #e7e7e7;
    font-size: 2.3vw;
}

p {
    color: #e7e7e7;
    font-size: 2vw;
    line-height: 6vh;
}

.VS_CODE{
    color: #61bfeb;
    font-size: 2vw;
}

.titlu-instalare{
    color: #e7e7e7;
    display: flex;
    justify-content: space-between;
    font-size: 2vw;
    margin-right: 40%;
}
.NEXT-TUTORIAL{
    font-family: graffiti;
    font-size: 3vw;
    display: flex;
    justify-content: center;
}