body {
  font-family: 'Montserrat';
  background-color: black;
  color: black;
  margin: 0;
  padding: 0;
}

body .CPS {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: black;
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 36px;
  color: #3498db;
}

h2 {
  font-size: 28px;
  color: #3498db;
}

h3 {
  font-size: 24px;
  color: #3498db;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

button {
  font-size: 14px;
  background: linear-gradient(135deg, #3498db, #2ecc71);
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

header {
  background-color: black;
  height: 100px;
  text-align: center;
  align-items: center;
  padding: 18px;
  font-size: 50px;
  font-family: 'Arial';
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

.EP {
  color: white;
  background-color: #333;
}

#home .active {
  background-color: #1d5f8c;
}

li {
  float: left;
  border-radius: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  text-align: left;
}

#GRO {
  width: 100%;
  border-collapse: collapse;
}

#GRO td {
  text-align: center;
  padding: 10px;
  color: white;
}

#GRO a {
  text-decoration: none;
  color: #3498db;
  display: block;
}

#GRO img {
  max-width: 100%;
  height: auto;
  margin-bottom: 200px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 45px;
  text-decoration: none;
}

li a:hover {
  background-color: #3498db;
}

.active {
  background-color: #1d5f8c;
}

.CPS .active {
  background-color: #1d5f8c;
}

#CompooCompare {
  margin-top: 50px;
  width: 90%;
}

#CompooCompare tr td:first-child {
  width: 100px;
}

.itemsSearch {
  border: 1px solid white;
  color: white;
}

.thumb {
  Height: 60px;
  Width: 60px;
  float: left;
}

#color {
  color: white;
}

.FORM {
  color: white;
  background-color: #333333;
}

#Up {
  transform: scaleY(-1);
}

.contact-container {
  margin: 20px;
  padding: 20px;
  background-color: #171717;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-person {
  margin-bottom: 20px;
}

.contact-person a {
  color: #dedede;
}

.latest-news-container {
  background-color: #000000;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.latest-news-container h2 {
  color: #b8b8b8;
  font-size: 24px;
  margin-bottom: 15px;
}

.latest-news-container p {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.5;
}

#SI1 {
  height: 90px;
  width: 60px;
  background-color: blue;
  margin-left: auto;
}

#SI2 {
  height: 90px;
  width: 60px;
  background-color: blue;
  margin: auto;
}

#SI3 {
  height: 90px;
  width: 60px;
  background-color: blue;
  margin-right: auto;
}

.container {
  margin: 20px auto;
  padding: 20px;
  background-color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  /*Tells the child of the element to go to next line if there is no space on the one they are on*/
  flex-wrap: wrap;
  /*Makes the child of the element go to the next line*/
}

.item {
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  box-sizing: border-box;
  width: calc(33.33% - 20px)
    /*Small math to make 3 elements fit in a line without having to go to the next one*/
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}

.item a {
  text-decoration: none;
  color: #ffffff;
}

.item a:hover {
  text-decoration: underline;
  color: #969696;
}

.item-content {
  padding: 10px;
}

specs-link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

#laptop {
  height: 600px;
  width: 800px;
}

#About {
  background-color: black;
  color: white;
}

#old {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 10px;
}

.Bigger {
  font-size: 5em;
}

.price-box {
  background-color: transparent;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  align-self: flex-end;
}

.CPS table {
  width: 90%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.Peepo {
  width: 200px;
  height: 200px;
  display: block;
  margin-top: 20px;
  border-radius: 50%;
}

.CPS th,
.CPS td,
.CPS tr {
  padding: 15px;
  color: white;
  text-decoration: none;
  text-align: left;
  transition: background-color 0.3s;
  position: relative;
}

.CPS tr:nth-child(odd) {
  background-color: #2b2b2b;
}

.CPS tr:nth-child(even) {
  background-color: #1f1f1f;
}

.CPS th:hover,
.CPS td:hover,
.CPS tr:hover {
  background-color: #383838;
}

.CPS img {
  max-width: 100%;
  height: auto;
}

.computer-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.computer-info img {
  max-width: 300px;
  margin-right: 20px;
}

.price {
  color: red;
  font-weight: bold;
}

#cntcts {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.specs-table {
  width: 90%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.BLACK {
  color: black;
}

.specs-table th,
.specs-table td {
  padding: 10px;
  border: 1px solid #ddd;
  transition: background-color 0.3s;
  position: relative;
}

.specs-table th:hover,
.specs-table td:hover,
.specs-table tr:hover {
  background-color: #8f8f8f;
}

.tooltip {
  position: relative;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext p {
  margin: 0;
}

.tooltiptext a {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-top: 5px;
}

#us {
  padding-left: 200px;
  text-align: left;
  margin: 0 auto;
  color: white;
}

#Env {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
}

#forest {
  border: 1px solid white;
  margin-top: 100px;
  height: 600px;
  width: 1000px;
}

#JOB {
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
}

.POSTING {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#JTitle {
  color: #3aa0de;
}

.Sub {
  color: white;
  background-color: #333;
}

li {
  margin-bottom: 10px;
}

.apply-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  border-radius: 10px;
}

#EMAIL {
  color: #34a5e8;
}

#INFO {
  color: white;
  border: 2px solid white;
  padding: 50px 30px 30px;
}

* {
  box-sizing: border-box;
}

#bg-image {
  background-image: url("https://img.freepik.com/premium-photo/epic-gaming-laptop-table-with-customized-rgb-lights-background-generative-ai_653669-359.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 0;
}

.content {
  text-align: center;
  color: white;
  font-size: 24px;
  z-index: 1;
  font-family: 'Limelight', sans-serif;
  letter-spacing: 2px;
}

#FeaturedProducts {
  color: white;
  margin-top: 0;
  text-align: center;
}

#FP-Tbl {
  margin: auto;
  width: 70%;
}

#FP-Tbl img {
  margin: auto;
  width: 100%;
}

#SpecsInfo {
  background-color: #333;
  color: white;
  margin: 0;
  padding: 0;
}

.SpecTable {
  width: 90%;
  border-collapse: collapse;
  margin-top: 20px
}

.Stuff {
  padding: 10px;
  border: 1px solid white;
  color: white;
}

#TH {
  background-color: #969696;
  color: white;
}

.SurveyBody {
  color: white;
  background-color: #333333;
}

.Choice {
  text-decoration: underline;
}

.RAMPIC {
  position: relative;
  display: inline-block;
}

.RAMHOVER {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.RAMPIC:hover .RAMHOVER {
  display: block;
}

#PSU {
  height: 200px;
  width: 220px;
}

.Operate {
  height: 200px;
  width: 220px;
}

.white {
  color: white;
}

.Review {
  color: white;
}

#1 {
  padding-left: 30px;
}