.everything{
  display: flex;
  width: 100%;
  background-color: black;
  color: white;
  height: auto;
}

a{
  -webkit-tap-highlight-color: none;
  color: black;
  text-decoration: none;
}

button{
  border-radius: 5px;
}

nav{
  background-color: #f8d45b;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.nav{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.vertical_text{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  letter-spacing: 2px;
}

#icons{
  display: flex;
  gap: 30px;
  transform: rotate(0deg); 
}

.black{
  flex: 1;
  background-color: black;
  margin: 15% 5%;
}

.big_text{
  font-family: 'Roboto';
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_shadow{
  color: transparent;
  -webkit-text-stroke: 1px white;
}

#career{
  font-size: 70px;
}

.margin_spacing{
  margin-top: -20px;
}

.text{
  margin-bottom: 50px;
}

.small_text{
  font-size: 35px;
}

.black button{
  height: 10%;
  background-color: #f8d45b;
  padding: 0px 25px;
  border: 1px solid #f8d45b;
  font-weight: bold;
  font-size: 18px;
}

.yellow{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8d45b;
  color: black;
  min-height: 100vh;
}

.yellow footer{
  text-align: right;
  font-size: 40px;
}

.footer{
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding: 10px 20px;
  width: 100%;
}

.yellow_content{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.yellow_content button{
  background-color: purple;
  color: white;
  border: 1px solid #f8d45b;
  margin-left: 70%;
  margin-right: 50px;
  margin-top: 50px;
  width: fit-content;
  padding: 0px 25px;
  height: 5%;
}

.imagebox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.imagebox img{
  display: block;
  max-width: 100%;
  max-height: 
}