@media (max-width: 1000px) {
    input, textarea {
        width: 70%;
    }

    .stats {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .stat-detail {
        flex: auto;
        width: 50%;
    }

    .fc-top {
        flex-direction: column;
        text-align: center;
    }

    .fc-top img {
        width: 80%;
        height: fit-content;
        margin: 30px 0;
    }

    .forum-container {
        height: auto;
    }

    .fc-icon {
        flex-direction: column;
    }

    .fci-1, .fci-2, .fci-3 {
        width: 70%;
        height: auto;
    }

    .foot-container {
        flex-direction: column;
        text-align: center;
        height: auto;
    }
}

@media (max-width: 670px) {
    input, textarea {
        width: 70%;
    }

    .stats {
        width: 100%;
        flex-wrap: wrap;
        position:relative;
    }

    .stat-detail {
        flex: auto;
        width: 50%;
    }

    .fc-top {
        flex-direction: column;
        text-align: center;
    }

    .fc-top img {
        width: 100%;
        height: auto;
        margin: 30px 0;
    }

    .forum-container {
        height: auto;
    }

    .fc-icon {
        flex-direction: column;
    }

    .fci-1, .fci-2, .fci-3 {
        width: 70%;
        height: auto;
    }

    .foot-container {
        flex-direction: column;
        text-align: center;
        height: auto;
    }
}