            body {
                font-family: Arial, Helvetica, sans-serif;
                margin: 0;
                padding: 0;
                font-size: small;
            }
            
            * {
                margin: 0;
                padding: 0;
            }
            
            a {
                text-decoration: none;
                color: #626262;
            }
            
            a:hover {
                text-decoration: underline;
            }
            
            li {
                list-style-type: none;
            }
            /* .top-nav {
    margin-right: 50px;
} */
            
            .top-right {
                position: absolute;
                right: 0;
                top: 0;
            }
            
            .top-right ul li {
                float: left;
                margin: 20px 20px 0 0;
            }
            
            .top-left {
                position: absolute;
                left: 0;
                top: 0;
            }
            
            .top-left ul li {
                float: left;
                margin: 20px 0 0 20px;
            }
            
            .container {
                clear: both;
                text-align: center;
                margin-bottom: 467px;
                /* background: red; */
            }
            
            .container img {
                padding-top: 200px;
            }
            
            input[type=text] {
                width: 600px;
                height: 45px;
                padding: 12px 20px;
                margin: 8px 0;
                box-sizing: border-box;
                border-radius: 30px;
                margin-top: 30px;
                box-shadow: none;
                border: 1px solid #e4e2e2;
                background: url("images/google-mic-icon.png") no-repeat scroll right;
                background-size: 26px 26px;
                background-position: 97% 50%;
                ;
            }
            
            input[type=submit] {
                padding: 10px 15px;
                border: 1px solid #f5f5f5;
                border-radius: 5px;
                background: #f5f5f5;
                color: #6d6c6c;
                font-size: 14px;
                margin: 20px 5px;
                cursor: pointer;
            }
            
            input[type=submit]:hover {
                border: 1px solid #dad8d8;
                background: linear-gradient(to bottom, #f8f8f8, #f7f7f7, #f6f6f6, #f5f5f5, #f4f4f4, #f3f3f3, #f2f2f2, #f1f1f1);
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            }
            
            input[type=text]:hover {
                box-shadow: .5px 0 6px 0.2px #ccc;
            }
            
            .bottom-right {
                position: absolute;
                right: 0;
                top: 0;
            }
            
            .bottom-right ul li {
                float: left;
                margin: 20px 20px 0 0;
            }
            
            .bottom-left {
                position: absolute;
                left: 0;
                top: 0;
            }
            
            .bottom-left ul li {
                float: left;
                margin: 20px 0 20px 20px;
            }
            
            footer {
                background: #f2f2f2;
                position: fixed;
                width: 100%;
                bottom: 0;
                height: 50px;
                border-top: 1px solid #e4e4e4;
            }
            
            .top-right ul li a i {
                font-size: 18px;
                color: #686767;
                margin-top: -3px;
                margin: 0;
                padding: 0;
            }
            
            .top-right ul li a i:hover {
                font-size: 19px;
                color: #4b4b4b;
            }
            
            .top-right ul li a img {
                width: 25px;
                height: 25px;
                border-radius: 50%;
                margin-top: -5px;
            }