html, body{
    background-color: #0f0f0f;  
}

.header-div {
    background-color: #1b1b1b;
    display: flex;
    border-radius: 8px;
    width: 100%;
    height: 65px;
/*    box-shadow: 5px 5px 5px #1f1f1f; */
}


.ico {
    margin: 10px;
}

.fl{
    font:bold 25px monospace;
    color: white;
}

.back {
    margin: 18px 10px;
    background-color: #242424;
    align-items: center;
    padding: 18px 16px;
    display: inline-flex;
    color: white;
    border-radius: 8px;
    transition: 0.1s;
    font:bold 16px sans-serif;
    text-decoration: none;
}

.back:hover{
    background-color: #313131;
}

section {
    text-align: center;
}

.app-text {
    font:bold 32px monospace;
    color: white;
}

.desc-app {
    font:bold 16px sans-serif;
    color: white;
}

.fte {
    transition: 0.1s;
    background-color: white;
    height: 225px;
    width: 365px;
    border-radius: 8px;
    margin: auto;
}

.fte:hover {
    height: 235px;
    width: 375px;
}

.app-img {
    border-radius: 10px;
}

.download-btn {
    background-color: #242424;
    padding: 15px 16px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font:bold 16px sans-serif;
    transition: 0.2s;
   flex-wrap: wrap;
}

.download-btn:hover {
    background-color:#014858;
}

.downloads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}