//@import url('https://fonts.cdnfonts.com/css/action-man');

*{margin:0;padding:0}

body{
    color: #b2b9bf;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #eef5f9 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a{
    background: #f47721 !important;
    color:white !important;
}

p{
    font-size: larger;
}

.joke{
    color: #f47721 !important;
    font-size: small;
    font-family: 'Action Man', sans-serif;
}

.fa-mug-hot{
    font-size: large;
    color: #f47721;
}