﻿body {
    font-family: "Yekan";
    overflow-x:hidden;
}

#sidebar{
    overflow-y:auto;
    
}

#header h2{
    color:indigo !important
}

#header strong {
    color: deeppink !important;
}

#form textarea {
    font-family: sans-serif;
    resize: none;
}

.bg-my-message{
    
    background-color:lavender !important;
}