body{
    margin: 0;
     background-color: black;
     color: white;
     width: 70pc;
     height: auto;
     border: 1px solid green;
     display: block;
     justify-self: center;
     justify-content: center;
 
 
  }
#top {
   margin: 0;
   margin-top: 1px;
   background-color: #008080;
   height: 3pc;
   width: 100%;
   display: flex;
    justify-self: center;
    justify-content: left;
  position: fixed;
  z-index: 9999;
  transition: box-shadow 1.2s,  background-color 1s ease, border-radius 1s ease ;
  }
   #top_second{
    display: none;
   }
   #top_second_nev{
    display: none;
   
  }
  #logo_shows{
    display: none;
    
  }
 
 
  #top_second{
   display: none;
  }

 #logo{
  margin: 0;
  padding: 10px;
  margin-left: 1%;
  font-size: 25px;
 }
 table{
   margin: 0;
   margin-left: 10%;
   border-collapse: separate;
   width: 38pc;
   height: 3pc;
 }
 th{
   font-size: 1.3pc;
    text-align: center;
    padding: 4px;
    margin-right: 5px;
    color: #D3D3D3;
    font-weight: bold;
    transition-duration: 0.5s;
    transition-property: background-color, color ;
 }
th:hover{
  background-color: brown;
  color: cyan;
}

p{
  font-size: 1.5pc; 
  margin: 0;
}
 #game{
    background-color: brown;
 }
 
 #second {
   margin: 0;
   margin-top: 5pc;
   border: 1px solid red;
   background-color: rgba(255, 0, 0,0.2);
   height: auto;
   width: 68pc;
   display: block;
    justify-self: center;
    justify-content: center;
    margin-bottom: 50px;
 }
  
#display-main{
   margin: 0;
   height: 35pc;
   width: 68pc;
   border: 1px solid wheat;
   background-color: rgba(0,255, 0,0.3);

   display: grid;
   text-align: center;
   justify-self: center;
   justify-content: center;
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }


 #game-screen {
   margin: auto;
   padding: 10px;
   width: 45pc;
   height: 27pc;
   border-radius: 5%;
   object-fit: cover;
 }

 #lists{
    overflow:hidden;
    flex-wrap: wrap;
   margin: 0;
   margin-top: 30px;
   padding: 25px;
   border: 1px solid wheat;
    display: inline-flex;
   height: auto;
   width: 65pc;
   justify-content: center;
 
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }
 .contenner-icon{
    height: 15pc;
    width: 18pc;
    margin: 15px;
    border: 1px solid silver;
    text-align: center;
    justify-content: center;
    justify-items: center;
    box-shadow: 1px 1px 15px blue;
    transition: box-shadow 1s;

 }
 .contenner-icon:hover{
    box-shadow: 1px 1px 35px 5px blue;

 }
 .icons{
    height: 10pc;
    width: 15pc;
    border: 1px solid seashell;


 }
 
#social_medias{
  bottom: 0px;
  display: flex;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 10px;
  height: 5pc;
  width: 98%;
  align-content: center;
  justify-content: center;
}
#link_title{
  text-align: center;
  font-size: 2pc;
  margin: 0;
  margin-bottom: 10px;
}
#social_medias img{
  border-radius: 50%;
 height: 40px;
 width: 40px;
 margin-right: 20px;
 box-shadow: 1px 1px 10px  rgba(0, 0, 255,0.7);
 transition: box-shadow 0.5s ease;

}
#social_medias img:hover{
  box-shadow: 1px 1px 20px  rgba(0, 0, 255,1);

}


 @media (min-width: 768px) and (max-width: 1024px) {
  body{
    margin: 0;
     background-color: black;
     color: white;
     width: 70pc;
     height: auto;
     border: 1px solid green;
     display: block;
     justify-self: center;
     justify-content: center;
     padding-bottom: 50px;
 
 
  }
  #top {
   margin: 0;
   margin-top: 1px;
   background-color: #008080;
   height: 3pc;
   width: 100%;
   display: flex;
    justify-self: center;
    justify-content: left;
  position: fixed;
  transition: box-shadow 1.2s,  background-color 1s ease, border-radius 1s ease ;
  }
   #top_second{
    display: none;
   }
   #top_second_nev{
    display: none;
   
  }
  #logo_shows{
    display: none;
    
  }
 
 
  #top_second{
   display: none;
  }

 #logo{
  margin: 0;
  padding: 10px;
  margin-left: 1%;
  font-size: 25px;
 }
 table{
   margin: 0;
   margin-left: 10%;
   border-collapse: separate;
   width: 38pc;
   height: 3pc;
 }
 th{
   font-size: 1.3pc;
    text-align: center;
    padding: 4px;
    margin-right: 5px;
    color: #D3D3D3;
    font-weight: bold;
    transition-duration: 0.5s;
    transition-property: background-color, color ;
 }
th:hover{
  background-color: brown;
  color: cyan;
}
  p{
    font-size: 0.8pc; 
    margin: 0;
  }
 
 
 #game{
    background-color: brown;
 }
 
 #second {
   margin: 0;
   margin-top: 5pc;
   border: 1px solid red;
   background-color: rgba(255, 0, 0,0.2);
   height: auto;
   width: 70%;
   display: block;
    justify-self: center;
    justify-content: center;
    margin-bottom: 50px;
 }
  
#display-main{
   margin: 0;
   height: 35pc;
   width: auto;
   border: 1px solid wheat;
   background-color: rgba(0,255, 0,0.3);

   display: grid;
   text-align: center;
   justify-self: center;
   justify-content: center;
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }


 #game-screen {
   margin: auto;
   padding: 10px;
   width: 45pc;
   height: 27pc;
   border-radius: 5%;
   object-fit: cover;
 }

 #lists{
    overflow:hidden;
    flex-wrap: wrap;
   margin: 0;
   margin-top: 30px;
   padding: 25px;
   border: 1px solid wheat;
    display: inline-flex;
   height: auto;
   width: auto;
   justify-content: center;
 
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }
 .contenner-icon{
    height: 15pc;
    width: 15pc;
    margin: 10px;
    border: 1px solid silver;
    text-align: center;
    justify-content: center;
    justify-items: center;
    box-shadow: 1px 1px 15px blue;
    transition: box-shadow 1s;

 }
 .contenner-icon:hover{
    box-shadow: 1px 1px 35px 5px blue;

 }
 .icons{
    height: 10pc;
    width: 15pc;
    border: 1px solid seashell;


 }
 
#social_medias{
  bottom: 0px;
  display: flex;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 10px;
  height: 5pc;
  width: 98%;
  align-content: center;
  justify-content: center;
}
#link_title{
  text-align: center;
  font-size: 1.8pc;
  margin: 0;
  margin-bottom: 10px;
}
#social_medias img{
  border-radius: 50%;
 height: 40px;
 width: 40px;
 margin-right: 20px;
 box-shadow: 1px 1px 10px  rgba(0, 0, 255,0.7);
 transition: box-shadow 0.5s ease;

}
#social_medias img:hover{
  box-shadow: 1px 1px 20px  rgba(0, 0, 255,1);

}
 }

@media (max-width: 768px){
  body{
    margin: 0;
     background-color: black;
     color: white;
     width: auto;
     height: auto;
     border: 1px solid green;
     display: block;
     justify-self: center;
     justify-content: center;
     padding-bottom: 50px;
 
 
  }
#top {  
   
    display: none;
    
     
  }
  #top_second_nev{
    top: 0;
    margin: 0;
   background-color: gray;
   height: auto;
   width: 100%;
   display: flex;
    justify-self: center;
    justify-content: left;
    align-items: center;
    position: fixed;
    padding: 0;
    z-index: 9999;
   
  }
  #logo_shows{
    margin: 0;
    padding: 10px;
    padding-left: 5%;
    font-size: 20px;
    flex-grow: 1;
    text-align: left;
    display: block;
    
  }
 
 
  #top_second{
    z-index: 9999;
    top: 0;
    margin: 0;
   margin-top: 1px;
   background-color: gray;
   height: 0;
   width: 100%;
   display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;  
    padding: 0;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;

  }
  #top_second.close {
    height: 0;
    opacity: 0;
    
  }
    #top_second.open {
    height: 50%;
    opacity: 1;
  }

  #menu_shows{
    background-color: transparent;
    border: none;
    padding-right: 7%;
    display: none;
    font-size: 160%;
    color: cyan;
  }
  #menu_hide{
    background-color: transparent;
    border: none;
    padding-right: 7%;
    display: flex;
    font-size: 160%;
    color: cyan;
  }
  #logo{
   margin: 0;
   margin-left: 10px;
   margin-bottom: 50px;
   font-size: 16px;
   display: none;
 
  }
  table{

    margin: 0;
    border-collapse: separate;
    width: auto;
    height: auto;
    margin-left: 0.5pc;
    display: flex;
    transform: rotate(270deg);
    margin-top: 15px;
    padding-top: 15px;
  }

  
  
  

  th{
    font-size: 1pc;
     text-align: center;
     color: cyan;
         writing-mode: vertical-rl;
         white-space: nowrap;
         padding: 8px;
         margin-bottom: 10px;
  }

p{
    font-size: 0.2pc; 
    margin: 0;
  }
 
 
 #game{
    background-color: brown;
 }
 
 #second {
   margin: 0;
   margin-top: 5pc;
   border: 1px solid red;
   background-color: rgba(255, 0, 0,0.2);
   height: auto;
   width: auto;
   display: block;
    justify-self: center;
    justify-content: center;
    margin-bottom: 50px;
 }
  
#display-main{
   margin: 0;
   height: auto;
   width: auto;
   border: 1px solid wheat;
   background-color: rgba(0,255, 0,0.3);
    padding: 30px;
   display: grid;
   text-align: center;
   justify-self: center;
   justify-content: center;
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }


 #game-screen {
   margin: auto;
   padding: 10px;
   width: auto;
   height: 15pc;
   border-radius: 5%;
   object-fit: cover;
 }

 #lists{
    overflow:hidden;
    flex-wrap: wrap;
   margin: 0;
   margin-top: 30px;
   padding: 25px;
   border: 1px solid wheat;
    display: inline-flex;
   height: auto;
   width: auto;
   justify-content: center;
 
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }
 .contenner-icon{
    height: 14pc;
    width: 15pc;
    margin: 15px;
    border: 1px solid silver;
    text-align: center;
    justify-content: center;
    justify-items: center;
    box-shadow: 1px 1px 15px blue;
    transition: box-shadow 1s;

 }
 .contenner-icon:hover{
    box-shadow: 1px 1px 35px 5px blue;

 }
 .icons{
    height: 10pc;
    width: 15pc;
    border: 1px solid seashell;


 }
 
#social_medias{
  bottom: 0px;
  display: flex;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 10px;
  height: 5pc;
  width: 98%;
  align-content: center;
  justify-content: center;
}
#link_title{
  text-align: center;
  font-size: 1.2pc;
  margin: 0;
  margin-bottom: 10px;
}
#social_medias img{
  border-radius: 50%;
 height: 40px;
 width: 40px;
 margin-right: 20px;
 box-shadow: 1px 1px 10px  rgba(0, 0, 255,0.7);
 transition: box-shadow 0.5s ease;

}
#social_medias img:hover{
  box-shadow: 1px 1px 20px  rgba(0, 0, 255,1);

}
 }