.heading {
    margin-bottom: 1px;
    margin-top: 1px;
}

div {
    border-style: solid;
    display: inline-block;
    padding: 6px;
    font-family: Consoles, monospace;
    border-radius: 20px;
    background-color: #191d31;
    color: #a580ff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-width: 3px;
    border-color: #574d9a;
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    margin: 0px;
    color: #caaaff;
}

body {
    background-color: #110f1e;
}

H1 {
    color: #9180ff;
}

H3 {
    color: #8083ff;
}

H4 {
    color: #5597ff; !important
}