body {
    font-family: 'Signika Negative', sans-serif;
}

img {
    object-fit: cover;
}

p {
    font-size: 1.2em;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

.icon-a {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    align-items: center;
    border-radius: 50%;
}

a:link {
    color: #87cc00;
}

a:visited {
    color: #87cc00;
}

.hotmail-link:link {
    color: white;
}

hotmail-link:visited {
    color: white;
}

a:hover,
.hotmail-link:hover {
    color: #4a6d0859;
}

a:active,
.hotmail-link:active {
    color: #4b6c0a;
}

.green-color {
    color: #87cc00;

}

.green-background-color {
    background-color: #87cc00;

}

.orange-color {
    color: #f48833;
}

@media (max-width: 768px) {
    #container-div {
        padding: 0 !important;
        margin: 0 !important;
    }
}