* {
    font-family: "IBM Plex Mono", monospace;
    color: white;
    margin-bottom: 0 !important;
}

body, html {
    height: 100%;
    margin: 0 !important;
    background-color: #191A1E !important;
}

.container-center {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.card {
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    background-color: #191A1E;
}

.card .form-label {
    font-size: 1rem;
}

.btn-success {
    font-size: 1rem;
    background-color: white;
    color: #191A1E;
    border-radius: 500px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.btn-success:hover {
    background-color: #30A14E;

}

.accent {
    color: #30A14E;
}

a {
    color: #30A14E;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

.headerpill {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
}

.ghost {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: inherit;
}

.ghost > span {
    color: #878F91;
}

button > span:nth-child(2) {
    margin-left: 8px;
}

.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
}

.secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
}

.roundprofile {
    width: 48px;
    height: 48px; 
    border-radius: 500px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
    padding: 24px;
    gap: 12px;
}

.stats {
    display: flex;
    justify-content: center;
    align-items: center;
}

.statsbox {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bd-right {
    border-radius: 4px 0 0 4px;
}

.bd-left {
    border-radius: 0 4px 4px 0;
}