html, body{
    font-family: sans-serif;
}
.body{
    text-align: center;
    margin-bottom: 20px;
    padding: 21px;
}
.body a{
    color:black;
    text-decoration: none;
}
.body h1,h3{
    font-size: 2.5vw;
}
.body h3{
    color: rgb(88, 0, 0);
}
.body h5{
    color:rgb(198, 45, 45);
}
.terms,.privacie,.policy,.disclaimer{
    text-align: justify;
    padding: 21px;
}

/* Footer */

.footer {
    position: relative;
    width: 100%;
    margin-top: 18px;
    left: 0;
bottom: 0;
background: rgb(27, 30, 36);
text-align: center;   
margin-top: 21px; 
padding-top: 21px;
padding-bottom: 1px;
}
.footer a {
text-decoration:none;
color: #fff;
}
.icons{
    margin-top: 9px;
    padding-bottom: 18px;
}
.icons a{
    padding: 9px;
}
.icons a:hover{
    color: rgb(5, 169, 223); 
}
.add{
    color: #fff;
    opacity: 0.4;
}
.copy{
    color: #fff;
    opacity:0.7;
}
