.aaaaaaaa{
    background: rgb(105, 105, 105, 0.6);
    border: 3px solid rgba(105,105,105, 0.1);
    width: fit-content;
    padding: 1rem;
    border-radius: 24px;
    position: absolute;
    bottom: 50%;
    transform: translate(-50%, 0);
    left: 50%;
    box-shadow: 0 0 10px 5px rgba(105,105,105, 0.5);
}
.aaaaaaaa input{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    margin-bottom: .5em;
}
.aaaaaaaa button{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
}
.aaaaaaaa h1{
    text-align: center;
    margin-bottom: .5em;
}
.aaaaaaaa p{
    text-align: center;
    margin-top: .5em;
    display: none;
    /* Red: ff0000 */
    /* Green: 7cfc00 */
}