@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap');

body{
  background-image: url("/Art/Pikmin_Code.jpg");
  background-size: 100%, 75%;
}
.EVERYONEISHERE{
  display: flex;
}
.INTRO{
  border: 3px solid;
  height: 175px;
  width: 50%;
  position: relative;
  font-family: "Kode Mono", monospace;
  border-radius: 15px;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  overflow-y: auto;
  
}
.CODEPICTURE{
  background-image: url(/Art/Page.png);
  background-size: 100% 100%;
  border: 3px solid;
  height: 600px;
  width: 50%;
  position: relative;
  font-family: "Kode Mono", monospace;
  border-radius: 15px;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  overflow-y: auto;
}
.ITSNOTLOL{
  display: flex;
  align-items: center;
}
.CODEBLOCK {
  position: relative;
  margin-bottom: 10px;
  border: 3px solid;
  height: 175px;
  width: 1015px;
  font-family: "Kode Mono", monospace;
  border-radius: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  overflow-x: auto;
  display: flex;        
  gap: 30px;
  padding: 10px;
}
.RECON{
  position: relative;
  margin-bottom: 10px;
  border: 3px solid;
  height: 175px;
  width: 500px;
  font-family: "Kode Mono", monospace;
  border-radius: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  overflow-x: auto;
  display: flex;        
  gap: 30px;
  padding: 10px;
}
.CODE {
  position: relative;
  flex: 0 0 auto;
  width: 300px; 
  overflow-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.1); 
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.CODE:hover{
  transform: scale(1.1);
}
.HTML{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.CSS{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.JS{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.JAVA{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.CPP{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.CS{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Lua{
  font-weight: bold;
  color: white;
  background-image: url(/Art/UNDERCONTRUCTION.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Navigation{
  gap: 15px;
  display: flex;
  border: 3px solid;
  height: 175px;
  width: 99%;
  position: relative;
  font-family: "Kode Mono", monospace;
  border-radius: 15px;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  overflow-y: auto;
  transition: 0.3s ease;
}
.Navigation:hover{
  transform: scale(1.01);
}
.Home, .Game{
  margin: 15px;
  transition: transform 0.3s ease;  
}
.Home:hover, .Game:hover{
  transform: scale(1.2); 
}