/* 
Theme name: Style
*/

body {
    background-color: #02293D;
    color: white;
}


.custom-img {
    margin: 0 auto;
    object-fit: cover;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('assets/webfonts/fa-solid-900.woff2') format('woff2'),
         url('assets/webfonts/fa-solid-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
