        /* #main-box {
            position: absolute;
            left: 50%;
            top: 80px;
            transform: translate(-50%);
            border-radius: 1rem;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            z-index: 1;
            padding: 10px;
            overflow-y: scroll;
            background-color: #ecebeb;
            height: 460px;
            width: 95%;
        } */

        /* p::first-letter {
            font-weight: bold;
            color: sienna;
        } */

        #contain {
            position: absolute;
            left: 50%;
            top: 80px;
            transform: translate(-50%);
            border-radius: 10px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            z-index: 1;
            padding: 10px;
            overflow-y: scroll;
            background-color: #ecebeb;
            height: 80vh;
            width: 95vw;
        }

        .btn-adjust1 {
            font-size: 14px;
            padding: 0px 8px 0px 8px;
            height: 30px;
            width: 150px;
        }

        #filler1 {
            width: 100%;
            height: 10px;
        }

        #filler2 {
            width: 100%;
            height: 20px;
        }

        #title {
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 15px;
            font-family: Verdana, Geneva, sans-serif;
            font-weight: bold;
            color: #513a24;
            text-align: center;
        }

        .selection-1-radio {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .selection-1-radio label {
            font-size: 16px;
            margin-left: 10px;
            padding-top: 5px;
        }

        #subTitle {
            text-align: center;
            font-size: 15px;
            font-style: italic;
            color: brown;
        }

        #upperLowerCase {
            /* text-align: center; */
            display: flex;
            justify-content: space-around;
            align-items: center;
            /* font-size: 20px;
            padding: 30px 0px; */
        }

        /* .seperation {
            width: 70px;
        } */

        #upperLowerCase input[type='radio'] {
            transform: scale(1.5);
        }

        /* #upperLowerCase label {
            padding-left: 20px;
        } */

        #tblRussianWords {
            width: 95%;
        }

        #intro {
            width: 85%;
            background-color: white;
            margin: 10px auto;
            padding: 10px;
            font-size: 15px;
            border-radius: 5px;
        }

        #cards {
            width: 90%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 auto;
            max-height: 85vh;
            padding-bottom: 20px;
            /* overflow:auto; */
        }

        .card {
            width: 250px;
            height: 250px;
            background-color: GhostWhite;
            text-align: center;
            /* overflow: hidden; NOTE: overflow:hidden does not work in IOS Safari */
            margin: 5px 0 20px 0;
            border-radius: 5px;
        }

        .card a {
            text-decoration: none;
        }

        #nav {
            width: 95%;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            padding-bottom: 20px;
        }

        #theTitle {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            color: darkblue;
            padding: 20px;
        }

        .alpha-numb {
            font-size: 20px;
            color: black;
            text-align: left;
            margin-left: 10px;
        }

        .alpha-letter {
            font-family: NotoSans_Regular;
            font-size: 60px;
            /* line-height:80px; */
            color: dodgerblue;
            /* position: relative;
            top: -50px; */
        }



        .alpha-transliteration {
            font-size: 30px;
            /* position: relative;
            top: -70px; */
            color: green;
        }

        .alpha-soundslike {
            font-size: 17px;
            /* position: relative;
            top: -70px; */
            font-family: Arial, Helvetica, sans-serif;
            color: black;
            margin: 0 5px 10px 5px;
        }

        .connections1 {
            display: flex;
            position: relative;
            top: -70px;
            justify-content: start;
            margin-left: 60px;
        }

        .connections2 {
            display: flex;
            position: relative;
            top: -110px;
            justify-content: start;
            margin-left: 60px;
        }

        .connections3 {
            display: flex;
            position: relative;
            top: -150px;
            justify-content: start;
            margin-left: 60px;
        }

        .alpha-connected {
            font-family: scheherazade;
            font-size: 50px;
            color: brown;
            position: relative;
            top: -30px;
            margin-left: 20px;
        }

        .connected-description {
            width: 80px;
            text-align: left;
            color: MidnightBlue;
        }

        .alpha-description {
            /* position: relative;
            top: -190px; */
            color: black;
            font-size: 12px;
            margin: 0px 5px;
            font-style: italic;
            margin-bottom: 5px;
        }

        .blue-highlight {
            color: dodgerblue;
            font-weight: bold;
        }

        #practice-title {
            margin-top: 10px;
            text-align: center;
            font-size: 18px;
            color: darkblue;
            font-weight: bold;
        }

        #practice-title-sub {
            margin: 5px 0px;
            text-align: center;
            font-size: 13px;
            font-style: italic;
            color: black;
        }

        #practice-area {
            /* width: 420px; */
            /* margin-top:5px; */
            border-radius: 10px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            z-index: 1;
            padding: 10px;
            background-color: azure;
            margin: 0 auto;
            padding-bottom: 20px;
            /* height: 800px;
            width: 1300px; */

        }

        #practice-listing {
            padding-top: 10px;
        }

        .russian-word {
            font-family: "NotoSans_Regular";
            color: rgb(2, 49, 2);
        }

        .russian-word a {
            text-decoration: none;
            color: rgb(2, 49, 2);
        }


        .heading {
            font-size: 18px;
            color: rgb(1, 44, 1);
            font-weight: bold;
        }

        #unstressed {
            width: 285px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            padding: 10px;
            margin-bottom: 20px;
        }

        .row {
            display: flex;
            /* background-color: yellow; */
        }

        .unstressed-russian {
            width: 140px;
            padding-left: 10px;
            /* background-color: red; */
        }

        .unstressed-russian a {
            /* width: 140px; */
            text-decoration: none;
            color: darkgreen;
            font-size: 19px;
            /* padding-left: 10px; */
            /* background-color: red; */
        }


        .unstressed-english {
            width: 140px;
            color: darkblue;
            font-size: 18px;
            /* background-color: blue; */
        }

        .russ-consonant {
            font-size: 20px;
            color: darkgreen;
            margin-right: 5px;
        }



        /* large phone - portrait */

        /* @media screen and (min-device-width: 374px) and (max-width: 480px) and (orientation: portrait) {
            #main-box {
                top: 100px;
                height: 80%;
            }
        } */
        /* tablet Portrait */

        @media screen and (min-device-width: 600px) and (orientation:portrait) {

            #contain {
                height: 80vh;
                width: 85vw;
            }

            #title {
                font-size: 22px;
            }

            .btn-adjust1 {
                font-size: 18px;
                padding: 0px 8px 0px 8px;
                height: 45px;
                width: 200px;
            }
        }

        /* tablet Landscape */

        @media screen and (min-device-width: 900px) and (orientation:landscape) {

            #contain {
                height: 80vh;
                width: 75vw;
            }

            #title {
                font-size: 22px;
            }

            .btn-adjust1 {
                font-size: 18px;
                padding: 0px 8px 0px 8px;
                height: 45px;
                width: 200px;
            }
        }

        /* desktop and laptop */

        @media screen and (min-device-width: 1200px) {
            #contain {
                height: 80vh;
                width: 800px;
            }

            #title {
                font-size: 25px;
            }

            p {
                font-size: 18px;
            }

            .btn-adjust1 {
                font-size: 18px;
                padding: 0px 8px 0px 8px;
                height: 45px;
                width: 200px;
            }
        }