/* 
Coolors Exported Palette - 
coolors.co/420039-8ea4d2-07393c-2c666e-6279b8

Dark purple: #420039 rgba(66, 0, 57, 1);
Light blue:  #8ea4d2 rgba(142, 164, 210, 1);
Dark teal:   #07393c rgba(7, 57, 60, 1);
Light teal:  #2c666e rgba(44, 102, 110, 1);
Med blue:    #6279b8 rgba(98, 121, 184, 1);
*/


body {
    background-color: #8ea4d2;
    background-image: url("/img/brushed-alum.png");
}
a {
    text-decoration: none;
}
#content {
    margin: 50px;
    text-align: center;
}
.fas.social,
.fab.social {
    width: 32px;
    margin: 0 5px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 6px 0px #000;
    background: #2c666e;
    color: white;
    font-size: 32px;
    text-align: center;
}
.fas.social:hover,
.fab.social:hover {
    background: #07393c;
}

