*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: black;
    color: white;  
    font-size: 2rem; 
    display: flex;
    justify-content: center;
    align-items: center;

}

.js{
    font-size: 3rem;
    color : yellow;
}

.typed-text {
    font-size: 3rem;
    color: green;
}

.cursor {
    color: green;
    font-size: 3rem;
    font-weight: bolder;
    animation: blink .5s infinite;
}