body{
    font-family: "fira code", monospace;
    margin: 0;
    background-color: #181a20;
    color: #f5f7fa;
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
    transition: background 0.3s, color 0.3s;
    line-height: 1.6;
    font-size: 16px;
    padding: 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #f5f7fa;
    font-family: "fira code", monospace;
    font-weight: 700;
    font-weight: 600;
    margin: 0.5em 0;
}
p{
    color: #b0b8c1;
    margin: 0.5em 0;
    line-height: 1.6;
}

h2{
    font-size: 35px;
    font-weight: 650;
    margin: 0.1;
    color: #e0e0e0;
}





ul{
    list-style:none;
    padding: 0;
    margin: 0;  
}
button{
    background-color: #23242b;
    border: 2px solid #8c7a92;
    color: #f5f7fa;
    padding: 9px 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    font-size: 16px;
    font-weight: 500;
}

button:hover{
    background-color: #8c7a92;
    color: #181a20;
    border: 2px solid #f5f7fa;

}

a{
    color: #b8aaff;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 16px;
}
a:hover, a:focus {
    color: #ff8a00;
    text-decoration: underline;

}