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;
}

.apps{
    text-align: center;
    margin: auto;
}

.apps-text-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

}

.apps-text {
    font: bold 25px monospace;
    color: white;
}

.app-text {
    font: bold 25px monospace;
    color: white;
    padding: 0px 60px;
}

.desc-apps {
    font: normal 18px 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;
}

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

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