﻿.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.MT2 {
    margin-top: 2px;
}

.MT2 {
    margin-top: 2px;
}

p, li, li a {
    color: rgb(21, 20, 20);
}

.header-style {
    color: #000;
    font-size: 36px;
    line-height: 45px;
    font-weight: normal;
    text-transform: uppercase;
}

#margin {
    margin: 10px;
    padding: 10px;
}


/* Technology page - visible keyboard focus */
body *:focus {
    outline: 3px solid #ffbf47 !important;
    outline-offset: 3px !important;
    
}

