@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Oswald&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #444444;
}
body
{
    display: block;
	justify-content: center;
	align-items: center;
    text-align: center;
	min-height: 100vh;
	background: #fefefe !important;
    background-size: cover;
    background-position: center;
	font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #444444;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}
a,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}
a:hover   {text-decoration: none;position: relative;top: 1px;left: 0px;}     
li {
    list-style: none;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}

.top-15 {
    margin-top: 15px;
}
.left-20 {
    margin-left: 20px;
}
