body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
    color: #1f1f1e;
    background: #fff;
}

h1, h2, h3, h4, h5, h6{margin: 0 0 20px; font-weight: 700; text-transform: none;}
a{text-decoration: none;}
a:hover, .links li a:hover, .socials a:hover, .copyright-text a:hover{color: #1d3ece;}
img{max-width: 100%;}
ul, li{margin: 0; padding: 0; list-style: none;}

.btn{
    color: #fff;
    font-size: 2.2rem;
    border-radius: 50px;
    border: 0;
    padding: 20px 60px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition:all .1s ease-in-out;
    letter-spacing: 1px;
}
.btn:hover, .btn:active, .btn:focus{filter: brightness(1.01);}
.btn-success{background-color: #008a32;}
.btn-primary{background-color: #4286F6;}
.btn-primary:hover{background-color: #316fd9;}
.btn svg{vertical-align: -6px;}
.downloading-btn{pointer-events: none; opacity: .65; text-shadow: none; text-transform: initial; font-weight: 400; font-size: 1.5rem; padding-top: 13px;}
.download-btn span{font-weight: normal;}

#content{text-align: center; margin: 50px 0;}
.logo img{height: 100px;}
.features{font-size: .9rem;}
.page-title{margin: 20px 0; font-size: 2.3rem; color: #333; font-weight: 600;}
.desc-count{color: #999; font-size: 1.1rem;}
.dl{margin: 50px 0;}
.box img{width: 800px;}