
.text-light-green{
    color: rgb(72, 253, 66);
}

.data-table{
    border: 1px;
    box-sizing: border-box;
    border-color: black;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 3px 3px 3px rgb(29, 28, 28);
    padding: 10%;
}

p {
    align-content: center;
    font-size: larger;
}

/*

h1 {
    text-align: center;
    color: rgb(2, 216, 38);
    background-color: rgb(0, 0, 0);
}
*/


/*
body{
    background-color: rgb(1, 1, 20);
}
*/