* {
  margin    : 0;
  padding   : 0;
  box-sizing: border-box;
}


.navbar {


  width          : 100%;
  background     : rgb(0, 0, 0);
  color          : rgb(255, 255, 255);
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.mainMenu {
  display   : flex;
  list-style: none;
}

.link {
  font-family    : Arial, sans-serif;
  border-radius  : 2.75px;
  display        : inline-block;
  padding        : 15px;
  text-decoration: none;
  text-transform : uppercase;
  color          : rgb(255, 255, 255);
  font-size      : 18px;
  transition     : 0.2s ease;
}

.link:hover {
  background: rgb(255, 255, 255);
  color     : rgb(0, 0, 0);
}

.openMenu {
  font-size: 2rem;
  margin   : 20px;
  display  : none;
  cursor   : pointer;
}

.mainMenu .closeMenu,
.icons i {

  font-size: 2rem;
  display  : none;
  cursor   : pointer;
}

.fa-facebook:hover {
  color: rgb(0, 110, 255);
}

.fa-twitter:hover {
  color: rgb(86, 154, 243);
}

.fa-instagram:hover {
  color: rgb(255, 0, 191);
}

.fa-github:hover {
  color: rgb(255, 123, 0);
}

@media (max-width: 800px) {


  .mainMenu {
    height         : 50vh;
    position       : fixed;
    top            : 0px;
    right          : 0px;
    left           : 0px;
    z-index        : 10;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    color          : #fff;
    background     : rgb(0, 0, 0);
    transition     : top 1s ease 0s;
    display        : none;
  }

  .mainMenu .closeMenu {
    display : block;
    position: absolute;
    top     : 20px;
    right   : 20px;
  }

  .openMenu {
    display: block;
  }

  .link:hover {
    background-color: #fff;
    color           : rgb(0, 0, 0);
  }

  .icons i {
    display: inline-block;
    padding: 12px;
  }

}

.logo_img {
  margin-left  : 5px;
  width        : 4rem;
  border-radius: 5.75px;
  height       : 50px;
}

.dropdown {
  background-color: #000;
  color           : #fff;
}

.dropdown:hover {
  background-color: #fff;
  color           : #000;
}

/*  */
.Heading {
  width           : 100%;
  height          : 5rem;
  background-color: gray;
  text-align      : center;
}

.heading {
  color         : #fff;
  text-transform: uppercase;
  font-family   : 'Courier New', Courier, monospace;
  font-weight   : 900;
  font-size     : 4rem;
}

.first {
  margin : 2rem 0;
  width  : 100%;
  display: flex;
}

#pacman {
  width      : 40rem;
  height     : 20rem;
  margin-left: 1rem;
  margin-top : -1.5rem
}

.pacman_img_con {
  height  : 17rem;
  overflow: hidden;
  width   : 50%;
}

.des_pacman {
  width      : 50%;
  display    : grid;
  place-items: center;
}

.pacman_pera {
  font-size  : 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  text-align : center;
}

.telegram {
  text-decoration: none;
}

.second {
  margin : 2rem 0;
  display: flex;
}

.pikachu_des {
  width      : 50%;
  font-size  : 1.5rem;
  display    : grid;
  place-items: center;
  text-align : center;
  font-family: 'Courier New', Courier, monospace;
}

.pikachu_project {
  width: 50%;
}

.pikachu_project img {
  width: 100%;
}

.third {
  display : flex;
  margin  : 3rem 0;
  overflow: hidden;
}

.bird_pera {
  width      : 50%;
  font-size  : 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  display    : grid;
  place-items: center;
  text-align : center;

}

.bird_project {
  width      : 50%;
  display    : grid;
  place-items: center;
}

.perfect {
  width: 20rem;
}

.fourth {
  margin : 3rem 0;
  display: flex;
}

.python_tips {
  width           : 50%;
  background-color: gray;
  color           : #fff;
  font-family     : 'Courier New', Courier, monospace;
  font-size       : 5.2rem;
  text-transform  : uppercase;
  font-weight     : 900;
  display         : grid;
  place-items     : center;
}

.tip_des {
  width      : 50%;
  font-size  : 1.5rem;
  text-align : center;
  font-family: 'Courier New', Courier, monospace;
}

.ending {
  width           : 100%;
  height          : 5rem;
  background-color: #000;
  color           : #fff;
  font-size       : 3.4rem;
  font-family     : 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-transform  : uppercase;
  text-align      : center;
}