/* General Styles */
body {
  font-family: 'Arial', sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #333;
}

body1{
  font-family: 'Arial', sans-serif;
  background-image: url('emps.PNG'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #333;
}

.box {
  text-align: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85); /* Soft white transparent overlay */
  border-radius: 30px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  width: 90%;
}


h1 {
  font-size: 3em;
  margin-bottom: 50px;
  color: rgb(13, 5, 5);
}

p {
  font-size: 1.7em;
  margin-bottom: 30px;
  color: rgb(89, 87, 87);
}

button {
  
  padding: 15px 30px;
  font-size: 1.2em;
  background-color: rgb(109, 109, 109);
  color:black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.4s;
}

button:hover {
  background-color: #264653;
}

button:focus {
  outline: none;
}

.navbar {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: rgb(109, 109, 109);
  z-index: 1000; 
  background-color: #2a9d8f;
}

.navbar-brand {
  color: rgb(32, 32, 32);
  font-size: 3rem;
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.navbar-nav {
  padding: 0.8rem 0 0.2rem 0;
  opacity: 1;
}

.navbar-nav a {
  color: rgb(32, 32, 32);
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  letter-spacing: 1px;
  transition: opacity 0.5s ease;
  font-weight: 500;
}

.navbar-nav a:hover {
  opacity: 0.7;
}

.column2, .contact, .copyrights {
  position: fixed;
  bottom: 0px; 
  padding: 0rem 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: gray; 
  text-decoration: none;
  transition: opacity 0.5s ease;
  text-transform: uppercase;
  font-family: var(--Roboto);
}

.column2 a, .contact a {
  color: gray; 
  text-decoration: none;
}

.column2 {
  left: 5%;
}

.contact {
  left: 50%;
  transform: translateX(-50%);
}

.copyrights {
  left: 90%;
}

.container-content {
  display: flex;
  width: 100%;
  height: 100%;
}

.context {
  position: fixed;
  margin-top: -10rem;
  left: 10%;
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: rgb(109, 109, 109);
  
  overflow-x: none;
  overflow-y: scroll;
  height: 50%;
  max-height: 70%;
  width: 60%;
  max-width: 60%;
  color: rgb(109, 109, 109);

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.context p {
  margin-bottom: 100px; 
}
.context p {
  margin-bottom: 20px; 
  line-height: 10; 
}

.context h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.context p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.context ol {
  margin-left: 20px;
  padding-left: 0;
}

.context li {
  margin-bottom: 16px;
  line-height: 1.6;
}
