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

div {
    border-style: solid;
    display: inline-block;
    padding: 1px;
    font-family: Consoles, monospace;
    border-radius: 20px;
    background-color: #00001d;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 0px;
    border-width: 3px;
    border-color: #202020;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

body {
    background-color: #0B0B10;
}

H1 {
    color: #006cff;
}

H3 {
    color: #0042ff;
}

H4 {
    color: #ffffff; !important
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
    width: 100px;
    height: auto;
    border-radius: 20px;
}

.logo {
    width: 100%;
    height: auto;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 110px);
    gap: 0px;
    background-color: #1d1d1d;
}

.box {
    width: 100px;
    height: 100px;
}