* {
    margin: 0;
    padding: 0;
}

#Sori {
    background-color: #0f1111;
    height: fit-content;
    width: 300px;
    color: white;
    padding: 25px;
}

#Shiva {
    color: #f08804;
    font-size: 56px;
    text-decoration: none;
    background-color: #0f1111;
}

#Sigma {
    background-color: #f08804;
    display: inline-block;
}

#Ek {
    text-decoration: none;
    color: white;
    background-color: #0f1111;
}

#Alpha {
    background-color: #0f1111;
}

#Beta {
    background-color: #0f1111;
}

#Priyansh {
    font-weight: 300;
    color: crimson;
}

a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

#Darsh {
    color: dodgerblue;
    font-weight: 400;
}

button {
    cursor: pointer;
}