body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: black;
    color: #79e668;
    font-family: 'Electrolize', sans-serif;
}

h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom:0;
    font-size:100px;
    color: #22ff00;
    filter: drop-shadow(0 0 6px #22ff00);
}

h2 {
    text-align: center;
    margin-top: 10px;
    letter-spacing: 5px;
}

hr {
    border: 0;
    height: 2px;
    background-color: #79e668;
    margin: 20px 0;
}

.electrolize-regular {
    font-family: "Electrolize", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #79e668;
    border-radius: 10px;
    background-color: #090010;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

button {
    padding: 10px 15px;
    background-color: #79e668;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Electrolize', sans-serif;
}

.calculation {
    padding: 10px;
}

input {
    width: 200px;
    padding: 10px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #79e668;
    border-radius: 5px;
    background-color: #12003a;
    color: #79e668;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #79e668;
    border-radius: 5px;
}

th,
td {
    border: 1px solid #79e668;
    padding: 15px;
    text-align: center;
}

p, li {
    line-height: 30px;
    letter-spacing: 2px;
}

.center {
    max-width: 800px;
    margin: 0 auto;
    ;

}