                                                                                                                                                                                                                                                                                                                                                                                                 * {
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                     box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 html {
                                                                                                                                                                                                                                                                                                                                                                                                     scroll-behavior: smooth;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .pink {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                     top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                     z-index: 3;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 273px;
                                                                                                                                                                                                                                                                                                                                                                                                     right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: #8943a8;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content9 {
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     writing-mode: vertical-rl;
                                                                                                                                                                                                                                                                                                                                                                                                     transform: rotate(180deg);
                                                                                                                                                                                                                                                                                                                                                                                                     word-spacing: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content9 a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .container {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 82px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 image {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                     left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                     /* position: absolute; */
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .image img {
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 56px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .nav {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .nav li {
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Prompt', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .container ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: #949292;
                                                                                                                                                                                                                                                                                                                                                                                                     font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                     margin: -5px;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 19px;
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .container ul li a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: black;
                                                                                                                                                                                                                                                                                                                                                                                                     font-weight: 900;
                                                                                                                                                                                                                                                                                                                                                                                                     background: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .box {
                                                                                                                                                                                                                                                                                                                                                                                                     position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 31%;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .box2 img {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 33px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 54%;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .box3 img {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                     position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 33px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: -250%;
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 #search {
                                                                                                                                                                                                                                                                                                                                                                                                     border: 1px solid grey;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 265px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .line {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: darkblue;
                                                                                                                                                                                                                                                                                                                                                                                                     text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     position: sticky;
                                                                                                                                                                                                                                                                                                                                                                                                     z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                     top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 #content {
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-right: 34px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                     float: right;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .heading {
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     position: sticky;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .banner {
                                                                                                                                                                                                                                                                                                                                                                                                     width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 100vh;
                                                                                                                                                                                                                                                                                                                                                                                                     position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                     display: block;
                                                                                                                                                                                                                                                                                                                                                                                                     margin: auto;
                                                                                                                                                                                                                                                                                                                                                                                                     background-image: url('7.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     background-size: 100% 100%;
                                                                                                                                                                                                                                                                                                                                                                                                     /* animation: zoom-out 3s linear infinite; */
                                                                                                                                                                                                                                                                                                                                                                                                     animation: slide 65s infinite linear;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 @keyframes slide {
                                                                                                                                                                                                                                                                                                                                                                                                     0% {
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('2.jpg')
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     11% {
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('8.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     22% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('note.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     33% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('hi.png');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     44% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('asus3.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     55% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('5.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     66% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('3.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     77% {
                                                                                                                                                                                                                                                                                                                                                                                                         /* visibility: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('macbook1.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     88% {
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('4.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                     99% {
                                                                                                                                                                                                                                                                                                                                                                                                         background-image: url('a.jpg');
                                                                                                                                                                                                                                                                                                                                                                                                     }
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .status {
                                                                                                                                                                                                                                                                                                                                                                                                     /* border: 2px solid red; */
                                                                                                                                                                                                                                                                                                                                                                                                     text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 1.8rem;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: rgb(10, 4, 82);
                                                                                                                                                                                                                                                                                                                                                                                                     height: 43px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding-top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                     color: rgb(250, 250, 250);
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .table1 {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-flex;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 153px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 45%;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 357px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                     /* background-color: antiquewhite; */
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .table1 img {
                                                                                                                                                                                                                                                                                                                                                                                                     margin: 0px 2px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 9px;
                                                                                                                                                                                                                                                                                                                                                                                                     position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                     border: 2px solid black;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 19px;
                                                                                                                                                                                                                                                                                                                                                                                                     /* background-color: aliceblue; */
                                                                                                                                                                                                                                                                                                                                                                                                     transform: translate(10px, 10px);
                                                                                                                                                                                                                                                                                                                                                                                                     -webkit-transition: all 0.4s;
                                                                                                                                                                                                                                                                                                                                                                                                     transition: all 0.4s;
                                                                                                                                                                                                                                                                                                                                                                                                     -webkit-transform: scaleX(0.7) scaleY(0.6);
                                                                                                                                                                                                                                                                                                                                                                                                     transform: scaleX(1) scaleY(0.9);
                                                                                                                                                                                                                                                                                                                                                                                                     /* cursor: pointer; */
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .table1 img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 39%;
                                                                                                                                                                                                                                                                                                                                                                                                     -webkit-transform: scale(0.3);
                                                                                                                                                                                                                                                                                                                                                                                                     transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .chang1 {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: darkblue;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .lap {
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: grey;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                     justify-content: space-around;
                                                                                                                                                                                                                                                                                                                                                                                                     align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .laptop {
                                                                                                                                                                                                                                                                                                                                                                                                     border: 1px solid goldenrod;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 62%;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 602px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .laptop img {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .laptop a {
                                                                                                                                                                                                                                                                                                                                                                                                     display: block;
                                                                                                                                                                                                                                                                                                                                                                                                     color: grey;
                                                                                                                                                                                                                                                                                                                                                                                                     text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: larger;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .laptop a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .other1 {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 46%;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: #c15050;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content2 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Arvo', serif;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content3 img {
                                                                                                                                                                                                                                                                                                                                                                                                     width: 266px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -73px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 343px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content4 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Arvo', serif;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -47px;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content5 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 7px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn {
                                                                                                                                                                                                                                                                                                                                                                                                     color: blue;
                                                                                                                                                                                                                                                                                                                                                                                                     font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Arvo', serif;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 31px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     color: black;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: blue;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .block {
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: black;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                     position: sticky;
                                                                                                                                                                                                                                                                                                                                                                                                     bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Prompt', sans-serif;
                                                                                                                                                                                                                                                                                                                                                                                                     text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                     padding-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .block a {
                                                                                                                                                                                                                                                                                                                                                                                                     color: skyblue;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Abril Fatface', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .block a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: lightgreen
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .sign {
                                                                                                                                                                                                                                                                                                                                                                                                     float: right;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -38px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-right: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                     border: 2px solid yellowgreen;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .other2 {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 46%;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: #229098;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 625px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content6 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Arvo', serif;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content7 img {
                                                                                                                                                                                                                                                                                                                                                                                                     width: 207px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 204px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -88px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 343px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .content8 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -95px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn1 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: black;
                                                                                                                                                                                                                                                                                                                                                                                                     font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Arvo', serif;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 31px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                     cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn1:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: yellowgreen;
                                                                                                                                                                                                                                                                                                                                                                                                     color: black;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .btn1 a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: blue;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .last2 {
                                                                                                                                                                                                                                                                                                                                                                                                     height: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                     background-color: #353535;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .lastnav {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .lastnav li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 41px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-right: 132px;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .last1 {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 33px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .Community {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .Community li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: -8px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .Community a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .Community a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .support {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .support li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .support a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .support a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /*********************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .news {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .news li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .news a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .news a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .media {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .media li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .media a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .media a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .about {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .about li {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .about a {
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .about a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     color: #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 /***************************************************************************************************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .mail {
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -312px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .mail h4 {
                                                                                                                                                                                                                                                                                                                                                                                                     color: greenyellow;
                                                                                                                                                                                                                                                                                                                                                                                                     font-family: 'Pangolin', cursive;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .mail a {
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 231px;
                                                                                                                                                                                                                                                                                                                                                                                                     border: 9px solid yellowgreen;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 137px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                     background: yellowgreen;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 58px;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                     font-size: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                     position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .message {
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 58px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 51px;
                                                                                                                                                                                                                                                                                                                                                                                                     width: 367px;
                                                                                                                                                                                                                                                                                                                                                                                                     padding-left: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .message:hover {
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 58px;
                                                                                                                                                                                                                                                                                                                                                                                                     border: 2px solid #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .fa {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     list-style: none;
                                                                                                                                                                                                                                                                                                                                                                                                     color: white;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .fa li {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 29px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: 13px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .fa a {
                                                                                                                                                                                                                                                                                                                                                                                                     border: 2px solid white;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 83px;
                                                                                                                                                                                                                                                                                                                                                                                                     background: black;
                                                                                                                                                                                                                                                                                                                                                                                                     padding: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .me {
                                                                                                                                                                                                                                                                                                                                                                                                     display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .me h1 {
                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                     position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 828px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -140px;
                                                                                                                                                                                                                                                                                                                                                                                                     text-decoration: right;
                                                                                                                                                                                                                                                                                                                                                                                                     color: yellowgreen;
                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                 .me img {
                                                                                                                                                                                                                                                                                                                                                                                                     border: 2px solid #1abc9c;
                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 93px;
                                                                                                                                                                                                                                                                                                                                                                                                     height: 204px;
                                                                                                                                                                                                                                                                                                                                                                                                     display: block;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 905px;
                                                                                                                                                                                                                                                                                                                                                                                                     margin-top: -63px;
                                                                                                                                                                                                                                                                                                                                                                                                 }