@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.hero-title {
    font-family: Poppins-Bold;
}

.devfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
    position: fixed;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.devhead {
    margin-top: 32px;
    color: #e4e2d5;
    /* IE8 proofing */
    display: flex;
    justify-content: center;
    width: 100%;
}

.devhead-brand {
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#text-input {
    margin-top: 10px;
    border: 1px solid #dddddd;
    padding: 20px;
    height: 50vh;
}

@media (max-width: 768px) {
    #text-input {
        margin-top: 10px;
        border: 1px solid #dddddd;
        padding: 20px;
        height: 35vh;
    }
}
