body {
    color: black;
    font-family: monospace;
    font-size: 1.3rem;
    line-height: 1.4;
  }

.container{
    display: flex;
    flex-direction: column;
    align-items: left;    
    max-width: 1000px;
    width: fit-content;
    margin: 0 auto;
    padding: 4rem 2rem;

}

.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.language-kotlin{
    border: solid 2px, black;
    border-radius: 10px;
}

.language-javascript{
    border: solid 2px, black;
    border-radius: 10px;
}

h4{
    
    font-size: 35px;    
    margin-bottom: 0%;
}

.leet-example{
    background-color: rgb(245, 240, 240);
    border: solid 2px, black;
    border-radius: 10px;
}




