body {
    /* Fundo azul */
}

.bg-blue {
    background-color: #00008B !important;
    color: white;
}

header {
    height: 10%;
}

main {
    height: 90%;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
    border-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.content-wrapper {
    width: 100%;
    max-width: 400px;
}

.points-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    margin: 1rem 0;
}

.card-title {
    font-size: 4rem;
    font-weight: bold;
    line-height: 3rem;
    margin: 1rem 0;
}

.card-text {
    font-size: 1rem;
    margin: 0;
}

button.btn-info {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0;
}


h5 {
    color: #ffffff;
    font-weight: 400;
}

.form-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    border-radius: 0;
    border: none;
    height: 50px;
}

.btn-primary {
    background-color: #339af0;
    border-radius: 0;
    border: none;
    height: 50px;
    font-weight: bold;
}

a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.smaller {
    font-size: 0.7rem;
}