body {
  background-color: rgb(39, 39, 39);
  margin: 0;
  overflow-x: hidden;
}

/* -----Navigation Bar------ */

.navbar {
  background-color: rgb(229, 255, 0);
  margin: 0%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  border-bottom: 5px solid rgb(39, 39, 39);
}

.navbar-list {
  float: right;
  display: flex;
  text-align: center;
  color: black;
  padding: 22px 16px;
  text-decoration: none;
  font-family: Arial Rounded MT Bold;
}
  
.navbar-logo {
  width: 70px;
  padding: 5px;
  padding-left: 25px;
}

.body-container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
}

 /* ----- Home Content ----- */

.home-content {
  margin-top: 60px;
  background-color: rgb(229, 255, 0);
  display: flex;
  flex-direction: row;
}

.home-pics {
  flex: 35%;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-desc {
  flex: 65%;
  display: flex;
  flex-direction: column;
  padding: 80px 40px 10px 20px;
}

.pic-store {
  background-color: rgb(39, 39, 39);
  margin-right: 30px;
  margin-top: 50px;
  margin-left: 40px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;

}

.home-header {
  margin-top: 30px;
  font-family: high-speed;
}

#home-name {
  font-size: 70px;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

#home-title {
  font-size: 30px;
  font-family: high-speed;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

.home-text p {
  font-family: 'Dosis', sans-serif;
  font-size: 25px;
  text-align: justify;
  color: rgb(39, 39, 39);

}

#lhpic {
  width: 650px;
  height: auto;
  position: relative;
  left: -80px;
}

#fourfour{
  width: 300px;
  height: auto;
  position: absolute;
  right:-10px;
  top: -50px;

}
/* ----- Video Content ----- */

.video-content {
  border-top: 10px solid rgb(229, 255, 0);
  background-color: rgb(39, 39, 39);
}

#lewisvid {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: grayscale(100%);
}

/* ----- Profile Content ----- */

#profile-title {
  font-family: 'protest-strike';
  color: rgb(229, 255, 0);
  font-size: 70px;
  padding-top: 10px;
  padding-left: 35px;
  margin: 0;
}

.profile-section {
  height: 70vh;
  display: flex;
  justify-content: space-between;
}

.profile-text {
  width: 40%;
}

.profile-text-2 {
  width: 60%;
  display: flex;
  flex-direction: row;
}

.prftxt2-bio {
  flex: 50%;
}

.prftxt2-pic {
  overflow: hidden;
  border-radius: 20px;
  margin: 0px 30px 20px 20px;
}

#lhfans {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

#bio-head {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 600;
  font-style: Semi-bold;
  color:rgb(229, 255, 0);
  font-size: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0;
}

#bio-bot {
  padding: 0px 20px 0px 0px;
  margin-top: 10px;
  text-align: justify;
  color: rgb(245, 245, 245);
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  font-size: large;
}

.profile-box {
  background-color: rgb(229, 255, 0);
  border-radius: 10px;
  margin: 10px 20px;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s ease-in-out; 
}

.profile-box:hover {
  transform: scale(1.05); /* This enlarges the div by 10% when hovered */
}

.prfbox-pic {
  background-color: rgb(245, 245, 245);
}

.prfbox-desc {
  flex: 70%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.desc-box1 {
  margin: 0px 15px;
  padding: 0px;
}

.desc-box1 img, .desc-box1 p {
  display: inline-block;
  vertical-align: middle; /* Optional: Aligns the elements vertically in the middle */
}

.desc-box2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -50px;
}

.prf-info {
  text-align: center;
}

#prf-name {
  padding-top: 5px;
  font-family: high-speed;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
  color: rgb(39, 39, 39)
}

.top-desc {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:rgb(39, 39, 39);
  padding: 0px;
  margin: 5px;
}

.bot-desc {
  color:rgb(39, 39, 39);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding: 0px;
  margin: 0px;
}

.informations {
  margin: 10px 40px;
  color: rgb(229, 255, 0);
}

.information-1 {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  text-align: justify;
}

.information-1 strong {
  color: rgb(245, 245, 245);
}

.information-2 {
  font-family: 'Dosis', sans-serif;
  text-align: center;
  color: rgb(245, 245, 245);
}

.information-2 strong {
  color:rgb(229, 255, 0)
}

#ppic {
  width: 200px;
  height: auto;
}

#flag {
  margin-top: 10px;
  width: 60px;
  height: auto;
}

/* ----- Career Content ----- */

.career-container {
  display: flex;
  flex-direction: column;
  height: 110vh;
  background-color: white;
}

.top-item {
  display: flex;
  flex: 50%;
}

.bottom-item {
  flex: 50%;
}


.flex-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.team-pic {
  flex: 1;
  overflow: hidden;
  object-fit: cover;
}

.team-desc {
  flex: 1;
}

.team-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 30px;
  text-align: justify;
  margin: 0px;
}

.team-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.ferrari-sec {
  background-color: white;
  transition: background-color 0.5s ease;
  display: flex;
  overflow: hidden;
}

.ferrari-desc {
  padding-left: 20px;
}

.ferrari-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 110px 0px 0px 20px;
  padding: 0px;
}

.ferrari-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 70px 0px 30px;
  text-align: justify;
  margin: 0px;
}

.ferrari-pic {
 flex: 30%;
}

.ferrari-desc {
  flex: 70%;
}

.ferrari-sec:hover {
  background-color: red;
}

#mclaren {
  width: 700px;
  height: auto;
  position: relative;
  right: -70px;
  top: -30px;
}

#mercedes {
  width: 700px;
  height: auto;
  position: relative;
  right: -70px;
  top: 35px;
}

#ferrari {
  width: 500px;
  height: auto;
  position: relative;
  top: 30px;
  right: -20px;
}

#mclaren-sec, #mercedes-sec {
  background-color: white;
  transition: background-color 0.5s ease; /* Adjust as needed */
}

#mclaren-sec:hover {
  background-color: rgb(231, 135, 51);
}

#mercedes-sec:hover {
  background-color: rgb(112, 241, 209);
}

.bottom-item {
  transition: transform 0.5s ease; /* Adjust as needed */
}

.bottom-item:hover {
  transform: scale(1.05); /* Adjust as needed */
}

/* ----- News Content ----- */

#news-title {
  font-size: 70px;
  padding-top: 10px;
  padding-left: 35px;
  margin: 0;
}

.news-section {
  background-color: rgb(208, 208, 208);
  height: 70vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 15px;
  padding-right: 20px;
}


.news-header {
  font-family: 'protest-strike';
  background-color: rgb(208, 208, 208);
}

.news-squares {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.news-squares a {
  text-decoration: none;
  color: inherit;
}

.white-box {
  overflow: hidden;
  margin: 20px;
  height: 520px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out; 
}

.white-box:hover {
  transform: scale(1.05);
}

.pics {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}

.box-text {
  padding-left: 15px;
  padding-right: 15px;
}

#newsbox-header {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

#newsbox-description {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

/* ----- Others ----- */

.border {
  border: 3px solid fuchsia;
}


@font-face {
  font-family: 'high-speed';
  src: url('Fonts/high_speed_3/High Speed.ttf') format('truetype'),
}

@font-face {
  font-family: 'protest-strike';
  src: url(Fonts/Protest_Strike/ProtestStrike-Regular.ttf) format(truetype);
}

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Dosis:wght@200..800&family=Oswald:wght@200..700&display=swap');


/* ----- Responsive ----- */

@media only screen and (min-width: 425px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .home-content {
    display: flex;
    flex-direction: column;
  }
 /* ----- Home Content ----- */

.home-pics {
  flex: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.home-desc {
  flex: 100%;
  display: flex;
  flex-direction: column;
}

.pic-store {
  background-color: rgb(39, 39, 39);
  margin-right: 30px;
  margin-top: 50px;
  margin-left: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.home-header {
  font-family: high-speed;
  margin-top: -70px;
}

#home-name {
  font-size: 55px;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

#home-title {
  font-size: 20px;
  font-family: high-speed;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

.home-text p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  text-align: justify;
  color: rgb(39, 39, 39);

}

#lhpic {
  display: block;
  width: 650px;
  height: auto;
  margin: auto;
}

#fourfour{
  width: 300px;
  height: auto;
  position: absolute;
  right:-10px;
  top: -50px;

}

/* ----- video content ----- */
.video-content {
  border-top: 10px solid rgb(229, 255, 0);
  background-color: rgb(39, 39, 39);
  width: 100%;
}

#lewisvid {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: grayscale(100%);
}
/* ----- Profile Content ----- */

#profile-title {
  font-family: 'protest-strike';
  color: rgb(229, 255, 0);
  font-size: 70px;
  padding-top: 10px;
  padding-left: 15px;
  margin: 0;
}

.profile-section {
  display: flex;
  flex-direction: column;
  height: auto;
}

.profile-text {
  width: 100%;
}

.profile-text-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prftxt2-bio {
  width: 100%;
  
}

#bio-head {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 600;
  font-style: Semi-bold;
  color:rgb(229, 255, 0);
  font-size: 50px;
  padding-left: 15px;
  margin-bottom: 0px;
}

#bio-bot {
  padding: 0px 30px 0px 20px;
  margin-top: 0px;
  text-align: justify;
  color: rgb(245, 245, 245);
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  font-size: large;
}

.profile-box {
  background-color: rgb(229, 255, 0);
  display: none;

}

.profile-box:hover {
  transform: scale(1.05); /* This enlarges the div by 10% when hovered */
}

.prfbox-pic {
  background-color: rgb(245, 245, 245);
}

.prfbox-desc {
  flex: 70%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.desc-box1 {
  margin: 0px 15px;
  padding: 0px;
}

.desc-box1 img, .desc-box1 p {
  display: inline-block;
  vertical-align: middle; /* Optional: Aligns the elements vertically in the middle */
}

.desc-box2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -50px;
}

.prf-info {
  text-align: center;
}

#prf-name {
  padding-top: 5px;
  font-family: high-speed;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
  color: rgb(39, 39, 39)
}

.top-desc {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:rgb(39, 39, 39);
  padding: 0px;
  margin: 5px;
}

.bot-desc {
  color:rgb(39, 39, 39);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding: 0px;
  margin: 0px;
}

.informations {
  margin: 10px 30px 10px 20px;
  color: rgb(229, 255, 0);
}

.information-1 {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  text-align: justify;
}

.information-1 strong {
  color: rgb(245, 245, 245);
}

.information-2 {
  font-family: 'Dosis', sans-serif;
  text-align: center;
  color: rgb(245, 245, 245);
}

.information-2 strong {
  color:rgb(229, 255, 0)
}

#ppic {
  width: 200px;
  height: auto;
}

#flag {
  margin-top: 10px;
  width: 60px;
  height: auto;
}

/* ----- Career Content ----- */

.career-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: auto;
}

.top-item {
  display: flex;
  flex-direction: column;
}

.bottom-item {
  flex: 50%;
}


.flex-item {
  display: flex;
  flex-direction: column;
}

.team-pic {
  flex: 20%;
}

.team-desc {
  flex: 80%;
}

.team-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 30px;
  text-align: justify;
  margin: 0px;
}

.team-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.ferrari-sec {
  background-color: white;
  transition: background-color 0.5s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ferrari-desc {
  padding-left: 20px;
}

.ferrari-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 100px 0px 0px 0px;
  padding: 0px;
}

.ferrari-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 40px 0px 10px;
  text-align: justify;
  margin: 0px;
}

.ferrari-pic {
 flex: 30%;
}

.ferrari-desc {
  flex: 70%;
  margin-bottom: 50px;
}

.ferrari-sec:hover {
  background-color: red;
}

#mercedes-sec {
  padding: 50px 0px;
}

#mclaren {
  width: 350px;
  height: auto;
  position: relative;
  right: -55px;
  top: 10px;
}

#mercedes {
  width: 350px;
  height: auto;
  position: relative;
  right: -40px;
  top: 0px;
  margin-bottom: 50px;;
}

#ferrari {
  width: 400px;
  height: auto;
  position: relative;
  top: 50px;
  right: -20px;
}

#mclaren-sec, #mercedes-sec {
  background-color: white;
  transition: background-color 0.5s ease; /* Adjust as needed */
}

#mclaren-sec:hover {
  background-color: rgb(231, 135, 51);
}

#mercedes-sec:hover {
  background-color: rgb(112, 241, 209);
}

.bottom-item {
  transition: transform 0.5s ease; /* Adjust as needed */
}

.bottom-item:hover {
  transform: scale(1.05); /* Adjust as needed */
}
/* ----- News Content ----- */

#news-title {
  font-size: 70px;
  padding-top: 10px;
  padding-left: 35px;
  margin: 0;
}

.news-section {
  background-color: rgb(208, 208, 208);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.news-header {
  font-family: 'protest-strike';
  background-color: rgb(208, 208, 208);
}

.news-squares {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.news-squares a {
  text-decoration: none;
  color: inherit;
}

.white-box {
  overflow: hidden;
  margin: 20px;
  height: 520px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out; 
}

.white-box:hover {
  transform: scale(1.05);
}

.pics {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}

.box-text {
  padding-left: 15px;
  padding-right: 15px;
}

#newsbox-header {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

#newsbox-description {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  body {
    font-size: 20px;
  }

  .home-content {
    display: flex;
    flex-direction: column;
  }
 /* ----- Home Content ----- */

.home-pics {
  flex: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.home-desc {
  flex: 100%;
  display: flex;
  flex-direction: column;
}

.pic-store {
  background-color: rgb(39, 39, 39);
  margin-right: 30px;
  margin-top: 50px;
  margin-left: 20px;
  border-radius: 15px;
  overflow: hidden;
}


.home-header {
  font-family: high-speed;
  margin-top: -70px;
}

#home-name {
  font-size: 75px;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

#home-title {
  font-size: 27px;
  font-family: high-speed;
  margin: 0px;
  padding: 0px;
  color: rgb(39, 39, 39);
}

.home-text p {
  font-family: 'Dosis', sans-serif;
  font-size: 25px;
  text-align: justify;
  color: rgb(39, 39, 39);

}

#lhpic {
  display: block;
  width: 650px;
  height: auto;
  margin: auto;
}

#fourfour{
  width: 400px;
  height: auto;
  position: absolute;
  right:-10px;
  top: -100px;

}

/* ----- video content ----- */
.video-content {
  border-top: 10px solid rgb(229, 255, 0);
  background-color: rgb(39, 39, 39);
  width: 100%;
}

#lewisvid {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: grayscale(100%);
}
/* ----- Profile Content ----- */

#profile-title {
  font-family: 'protest-strike';
  color: rgb(229, 255, 0);
  font-size: 70px;
  padding-top: 10px;
  padding-left: 15px;
  margin: 0;
}

.profile-section {
  display: flex;
  flex-direction: column;
  height: auto;
}

.profile-text {
  width: 100%;
}

.profile-text-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prftxt2-bio {
  width: 100%;
  
}

#bio-head {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 600;
  font-style: Semi-bold;
  color:rgb(229, 255, 0);
  font-size: 50px;
  padding-left: 15px;
  margin-bottom: 0px;
}

#bio-bot {
  padding: 0px 30px 0px 20px;
  margin-top: 0px;
  text-align: justify;
  color: rgb(245, 245, 245);
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  font-size: larger;
}

.profile-box {
  background-color: rgb(229, 255, 0);
  display: none;

}

.profile-box:hover {
  transform: scale(1.05); /* This enlarges the div by 10% when hovered */
}

.prfbox-pic {
  background-color: rgb(245, 245, 245);
}

.prfbox-desc {
  flex: 70%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.desc-box1 {
  margin: 0px 15px;
  padding: 0px;
}

.desc-box1 img, .desc-box1 p {
  display: inline-block;
  vertical-align: middle; /* Optional: Aligns the elements vertically in the middle */
}

.desc-box2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -50px;
}

.prf-info {
  text-align: center;
}

#prf-name {
  padding-top: 5px;
  font-family: high-speed;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
  color: rgb(39, 39, 39)
}

.top-desc {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:rgb(39, 39, 39);
  padding: 0px;
  margin: 5px;
}

.bot-desc {
  color:rgb(39, 39, 39);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding: 0px;
  margin: 0px;
}

.informations {
  margin: 10px 30px 10px 20px;
  color: rgb(229, 255, 0);
}

.information-1 {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  text-align: justify;
}

.information-1 strong {
  color: rgb(245, 245, 245);
}

.information-2 {
  font-family: 'Dosis', sans-serif;
  text-align: center;
  color: rgb(245, 245, 245);
}

.information-2 strong {
  color:rgb(229, 255, 0)
}

#ppic {
  width: 200px;
  height: auto;
}

#flag {
  margin-top: 10px;
  width: 60px;
  height: auto;
}

/* ----- Career Content ----- */

.career-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: auto;
}

.top-item {
  display: flex;
  flex-direction: column;
}

.bottom-item {
  flex: 50%;
}


.flex-item {
  display: flex;
  flex-direction: column;
}

.team-pic {
  flex: 20%;
}

.team-desc {
  flex: 80%;
}

.team-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 30px;
  text-align: justify;
  margin: 0px;
}

.team-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.ferrari-sec {
  background-color: white;
  transition: background-color 0.5s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ferrari-desc {
  padding-left: 20px;
}

.ferrari-desc h2 {
  font-family: 'protest-strike';
  font-size: 30px;
  margin: 100px 0px 0px 20px;
  padding: 0px;
}

.ferrari-desc p {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  padding: 5px 50px 0px 20px;
  text-align: justify;
  margin: 0px;
}

.ferrari-pic {
 flex: 30%;
}

.ferrari-desc {
  flex: 70%;
  margin-bottom: 50px;
}

.ferrari-sec:hover {
  background-color: red;
}

#mercedes-sec {
  padding: 50px 0px;
}

#mclaren {
  width: 450px;
  height: auto;
  position: relative;
  right: -300px;
  top: 10px;
}

#mercedes {
  width: 450px;
  height: auto;
  position: relative;
  right: -275px;
  top: 0px;
  margin-bottom: 50px;;
}

#ferrari {
  width: 450px;
  height: auto;
  position: relative;
  top: 50px;
  right: -300px;
}

#mclaren-sec, #mercedes-sec {
  background-color: white;
  transition: background-color 0.5s ease; /* Adjust as needed */
}

#mclaren-sec:hover {
  background-color: rgb(231, 135, 51);
}

#mercedes-sec:hover {
  background-color: rgb(112, 241, 209);
}

.bottom-item {
  transition: transform 0.5s ease; /* Adjust as needed */
}

.bottom-item:hover {
  transform: scale(1.05); /* Adjust as needed */
}
/* ----- News Content ----- */

#news-title {
  font-size: 70px;
  padding-top: 10px;
  padding-left: 35px;
  margin: 0;
}

.news-section {
  background-color: rgb(208, 208, 208);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.news-header {
  font-family: 'protest-strike';
  background-color: rgb(208, 208, 208);
}

.news-squares {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.news-squares a {
  text-decoration: none;
  color: inherit;
}

.white-box {
  overflow: hidden;
  margin: 20px;
  height: 520px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out; 
}

.white-box:hover {
  transform: scale(1.05);
}

.pics {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}

.box-text {
  padding-left: 15px;
  padding-right: 15px;
}

#newsbox-header {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

#newsbox-description {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 22px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
}

