.editor{
    position: absolute;
    width: 300px;
    height: 140px;
    background: #1d1e22;
    box-shadow: 0 4px 30px rgba(0,0,0,.5);
    border-radius: 6px;
    padding: 5px;

}

.editor-h1{
    font-family: Lato,sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1.57px;
    color: #c5c8d4;
    margin: 0;
}

.basic-code{
    color:white
}

body {
    background-color: #131417 !important;
}
.header-text{
    color: white;
}
.resume{
    background-color: #c8e6c9 !important;
    border-color: #388e3c !important;
    color:#388e3c !important;
    text-decoration: none !important;

    border: 1px solid;
    padding: 10px 35px;
    font-size: 15px;
    white-space: nowrap;
    margin: 10px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;


}
.info-door{
    margin: 10px;




    border-radius: 6px;
    padding: 1.25rem;


    background: #2c303a;

    box-shadow: 0 8px 12px rgba(0,0,0,0.1);


}

.info-p{
    color:white;
}

.know-more{
    background: #2c303a !important;

}
.white-out{
    color: white;
}

path {
    fill:white;
}

.code-button{
    background-color: #c8e6c9 !important;
    border-color: #388e3c !important;
    color:#388e3c !important;
    text-decoration: none !important;

    border: 1px solid;
    padding: 8px 20px;
    font-size: 10px;
    white-space: nowrap;
    margin: 10px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;


}

.card{
    background-color:  #2c303a !important;
}

.language-bubble{
    font-size: 12px!important;
    color: whitesmoke!important;
}
