body {
    background-color: #212529;
    color: #f7f7f7;
}

div.header {
    border-bottom: 1px solid wheat;
    margin-bottom: 10px;
    padding: 0.7rem 0rem;
}


img.avatar {
    display: inline-flex;
    border-radius: 6rem;    
    width: 5.6rem;
    transform: rotate(15deg);
}



h1.name {
    font-size: 2rem;
    color: wheat;
    margin: 0rem;
    padding: 0rem;
}


h1.name span {
    color: LightSalmon;
}

p.introduction {

}

p.introduction span {
    display: block;
    padding: 5px 0px;
}

form.contact-form {
    padding: 0rem;
    margin-bottom: 10px;
    background-color: #1b1f22;
    padding: 8px 8px 2px 8px;
    border-radius: 5px;
}



.form-control{
    border-radius: 0.5rem;
}

.form-label, .form-check-label, .form-label-robot {
    color: wheat;
    
}

.form-label {
    font-weight: bold;
}

.form-label span {
    color: seagreen;
}

.form-label-robot {
    font-weight: normal;
    font-style: italic;
}

.form-label-robot span i{
    color: LightSalmon;
    font-weight: bold;
}

.form-text {
   color: wheat;
   font-style: italic;  
}



div.field-error {
    color: LightSalmon;
}

.btn-send {
    background-color: seagreen;
    color: wheat;
    font-weight: bold;
}

.btn-send:hover {
    background-color: LightSalmon;
    color: black;
}

.contact-error {
    background-color: LightSalmon;
    color: black;
    font-weight: bold;
}

.contact-success {
    background-color: seagreen;
    color: wheat;
    font-weight: bold;
}