#home {
    margin-right: 5px;
}

.header {
    padding: 5px;
    background-color: #8a42f2;
}

.header > input {
    margin: 2px;
}

.header > h4 {
    margin: 0px;
}

.header > a {
    color: #8a42f2;
}

.clickable {
    cursor: pointer;
}

.link {
    text-decoration: none;
    color: #2f84ea;
}

.link:hover {
    text-decoration: underline;
}

.img-block {
    margin-left: auto;
    margin-right: auto;
}

.div-block {
    display: inline-block;
}

.box {
    margin: 10px;
    outline: 1px solid grey;
    outline-offset: 5px;
}

.top {
    margin-bottom: 5px;
}

.text-center {
    text-align: center;
}

.tabed {
    margin-left: 15px;
}

img {
    display: block;
    margin: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

b {
    color: #85c2ed;
}

h2 {
    color: #ab66ea;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    color: #6176ed;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}


input, button {
    background-color: #2b2a33;
    border-color: #75747a;
    border-radius: 3px;
    border-width: 1px;
    color: #e8e6e3;
}

input:invalid {
    color: red;
    border-color: red;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

::placeholder {
    color: #8590a1;
}


* {
    font-family: system-ui;
}

body {
    background-color: #181a1b;
    color: #e8e6e3;
}
