#question1 {
    top: -15px;
}

#question2 {
    margin-bottom: -60px;
    top: 15px;
}

.words_outer {
    position: relative;
    z-index: 1;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 140px);
}

@media screen and (max-width: 1100px) {
    #question1 {
        top: -212px;
    }
    .words_outer {
        height: calc(100vh - 160px); 
    }
}

@media screen and (max-width: 800px) {
    #question1 {
        top: -182px;
    }
    #question2 {
        margin-bottom: 0px;
    }
    #instruct {
        top: 176px;
    }
    #toolBar {
        bottom: 176px;
    }
}

    .resetform {
        margin-top: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow-x: hidden;
    }

    @media screen and (max-width: 800px) {
        .resetform {
            justify-content: flex-start;
        }
    }

    .sw_title {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 100%;
    }

    @media screen and (max-width: 1100px) {
        .sw_title {
            margin-bottom: 0px;
        }
    }

    @media screen and (max-width: 800px) {
        .sw_title {
            margin-bottom: 0px;
        }
    }

    .words_inner {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
    }

    @media screen and (max-width: 1100px) {
        .words_inner {
            flex-direction: column;
            flex-wrap:wrap;
            
        }
    }

    @media screen and (max-width: 1100px) {
        .words_inner_2 {
            margin-top: 34px;
            margin-bottom: 34px;
        }
    }

    

        .wordouter {
            width: inherit;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .word {
            color: white;
            height: fit-content;
            margin: 0px;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
        }

        @media screen and (max-width: 1100px) {
            .word {
                flex-direction: column;
                flex-wrap:wrap;
                width: fit-content;
            }
        }

        .word_2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            font-size: 30px;
        }

        .singleinput {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100vw;   
        }

            .singleinput_inner {
                width: 600px;
                font-size: 60px;
                font-family: 'Anek Malayalam', sans-serif;
                color: white;
                border-width: 0px;
                outline: none;
                text-align: center;
                background-color: rgba(0, 0, 0, 0.2);
                border-radius: 10px;
            }

            @media screen and (max-width: 800px) {
                .singleinput_inner {
                    width: 80vw;
                    font-size: 30px;
                }
            }

        .divider {
            color: white;
            font-size: 60px;
            margin-left: 30px;
            margin-right: 30px;
            text-align: center;
        }

        @media screen and (max-width: 1250px) {
            .divider {
                margin-left: 20px;
                margin-right: 20px;
            }
        }

        @media screen and (max-width: 1100px) {
            .divider {
                margin-top: -10px;
                margin-bottom: -10px;
            }
        }


        .specialwordinput {
            width: 200px;
            font-size: 60px;
            font-family: 'Anek Malayalam', sans-serif;
            background-color: transparent;
            color: white;
            border-width: 0px;
            outline: none;
            text-align: center;
        }

        @media screen and (max-width: 1250px) {
            .specialwordinput {
                width: 180px;
                font-size: 50px;
            }
        }

        @media screen and (max-width: 800px) {
            .specialwordinput {
                width: 150px;
                font-size: 30px;
            }
        }

        .resetpasswordinput {
            width: 600px;
            font-size: 60px;
            font-family: 'Anek Malayalam', sans-serif;
            background-color: transparent;
            color: white;
            border-width: 0px;
            outline: none;
            text-align: center;
        }

    .toolback_outer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100vw;
    }

        .tool_outer {
            display: flex;
            margin-left: 14px;
            margin-right: 14px;
        }

        .tool_outer:hover {
            cursor: pointer;
        }

            .tool_icon_outer {
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin-right: 8px;
            }

                .tool_icon {
                    width: 20px;
                    height: 20px;
                }

            .tool_text {
                font: 20px;
                color: white;
            }