#secretContent {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
input {
    height: 24px;
    width: 212px;
    margin: 1px;

    font-size: 26px;

    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

button {
    padding: 0px;
    margin: 0px;

    width: 28px;
    height: 28px;

    font-family: monospace;

}
}