:root
{
    /* 
    --primary-color: #2f2f41;
    --secondary-color: #be5501;
    */
    --primary-color: #1F1F29;
    --secondary-color: #FE8E39;
}

body
{
    background-color: var(--primary-color);
    color: white;
    font-size: 1.2em;
}

.card{
    margin-bottom: 2rem;
    border-color: var(--secondary-color);
    background-color: var(--primary-color);
    color: white;
}

h1, h2, h3, h4, h5, h6
{
    color: var(--secondary-color);
}

footer{
    margin-top: 3rem;
    color: white;
}

form{
    margin: 0;
}

.btn-outline-hexcale{
    color:var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-hexcale:hover{
    background-color: var(--secondary-color);
    color: white;
}

.social-icon{
    text-decoration: none;
    color: white;
    padding: 0.5rem;
}

.social-icon svg{
    width: 2rem;
    height: 2rem;
}

.logo-small{
    width: 50px;
    height: 50px;
}

.logo-medium{
    width: 100px;
    height: 100px;
}