* {
    margin: 0;
    padding: 0;
}


body {
    color: #ffffff;
    background-color: #747474;
}

body p {
    font-size: 18px;
    word-spacing: 2px;
    letter-spacing: 1px;
}



.nav_bar a {
    font-family: 'Press Start 2P', cursive;
    padding: 0px 10px;
    text-decoration: none;
}

.nav_bar a:hover {
    text-decoration: none;
    padding-bottom: 2px;
    color: #ab4681;
    border-bottom: 2px solid #989898;
}

.nav_bar a {
    color: #4988af;
    font-size: 20px;
}

.container {
    width: 80%;
    margin: 10px auto;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

#form {
    display: block;
    justify-content: center;
}

#form p {
    display: block;
    margin: 15px auto;
}

.neon-input {
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    outline: none;
    position: relative;
}

label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #0f0;
    transition: width 0.3s ease-in-out;
}

h1 {
    font-family: 'Press Start 2P', cursive;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}


#container {
    text-align: center;
}

#logo {
    font-family: "Press Start 2P", cursive;
    font-size: 36px;
    color: rgb(255, 215, 0);
    margin: 25px;
}

#letterContainer {
    display: inline-block;
    align: center;
    transition: transform 0.5s ease-in-out;
    color: #FFD700;
}

/*Neon input*/
.neon-input {}

.neon-input::placeholder {
    color: #aaa;
    font-family: 'Press Start 2P', cursive;
    text-align: center;
    font-size: auto;
}

.neon-input:focus {
    border-color: #D5C6E0;
}

.neon-input:focus::placeholder {
    color: #0f0;
}

.neon-input:focus+label::after {
    width: 100%;
}

#gender-radio-1 {
    margin-top: 15px;
}

input[type="radio"]:checked+label {
    color: #0f0;
}

/*neon_button*/
.neon-button {
    font-family: 'Press Start 2P', cursive;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #f4f4f4;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    margin: 15px;
    border: solid 2px #D5C6E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;

}

.neon-button:hover {
    background-color: #3f91a4;
}

.hidden {
    opacity: 0;
}

#checkboxes {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#gender {
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.custom-control-input {
    display: inline;
    margin-bottom: 20px;
    width: 45px;
    height: 20px;
}

.hidden {
    display: none;
}

.block_info {
    padding: 15px;
    margin: 5px;
    border: 3px solid grey;
    border-radius: 10px;
}

.block_info h5 {
    font-size: 24px;
    margin: 10px;
    color: #4988af;
}

.block_info p {
    color: #e0dede;
}

.block {
    padding: 10px;
}

.sub_topic {
    background-color: #2c2f30;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}

.buttons_block {
    margin: auto;
    padding: auto;
    display: flex;
    justify-content: center;
}

#commit li {
    padding: 5px;
    list-style-type: none;
}

commit li span {
    border-bottom: 2px solid greenyellow;
}

.description p {
    padding-top: 5px;
}

.scrollable {
    width: auto;
    height: 1200px;
    overflow: auto;
    padding: 10px;
}

.comment {
    color: #ffd900d1;
}

.code {
    color: #d858a3;
}