body {
    background-color: #f9f9f9;
    font-family: 'Be Vietnam Pro', 'Noto Sans', sans-serif;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main h2 {
    font-weight: bold;
}

.btn-login {
    background-color: #EA2831;
    border-color: #EA2831;
    padding: 0.5rem 1rem; 
    font-size: 1rem; 
    border-radius: 8px; 
    align-self: center; 
}

.btn-danger {
    background-color: #e63946;
    border: none;
    width: 350px; 
    height: 33px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary {
    background-color: #e0e0e0;
    color: #333;
    width: 350px; 
    height: 33px; 
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn {
    border-radius: 14px; 
    font-weight: bold; 
}

.my-1 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.bold-text {
    font-weight: bold;
}

.text-transparent {
    color: rgba(51, 51, 51, 0.5);
}

.section-border .col-md-6 {
    border-bottom: 1px solid #ccc; 
}

.section-border .col-md-6:nth-last-child(-n+2) {
    border-bottom: none;
}

