.hidden {
    display: none;
}

.navbar .logo img{
    height: 2.5rem;
    width: auto;
}
.customInput { 
    border: thin solid transparent;
    border-bottom: 2px solid #6831e3;
    border-radius: .25rem;
    background: transparent;
    padding: 13px 30px;
    transition: all .5s;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 25rem;
    width: 100%;
}

table a {
    color: #6831e3;
    font-weight: 550;
}