body {
    background-color: #1e1e1e !important;
    color: #dcdcdc;
    font-family: Arial, sans-serif;
    padding: 20px;
}
pre {
    background-color: #1e1e1e;
    border-radius: 8px;
    padding: 15px;
    overflow-x: auto;
}
.title{
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    gap: 10vw;
}

.arrow-back{
    font-size: 4vw;
}
.arrow-back a{
    text-decoration: none;
    color: #dcdcdc;
    cursor: pointer;
}
.arrow-back a:hover{
    color: rgb(174, 178, 182);
}
.language-csharp{
    border-radius: 20px;
    
}



@media (max-width: 768px) {
    .arrow-back{
        font-size: 7vw;   
    }
    .language-csharp{
        font-size: 1.5vw ;
    }
    .title h1{
        font-size: 1.8rem;
    }
}
@media (max-width: 500px) {
    .arrow-back{
        font-size: 7vw;   
    }
    .language-csharp{
        font-size: 1.5vw ;
    }
    .title h1{
        font-size: 1.5rem;
    }
}
