#containerCompanyBackground{
  padding: 5% 10%;
  background-color:black;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  background-position: center;

  box-shadow:  5px 5px 10px rgba(0, 0, 0, 0.2);


}


#containerCompany{
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;  
  backdrop-filter: blur(5px);
  border: 1px solid whitesmoke;
  box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.1), inset 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#containerCompany:hover{
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);

}

#company-name {
  font-size: 36px;
  margin-bottom: 20px;
  color: white;
  justify-content: center;

}

#containerInputNButton{
  display: flex;
  justify-content: space-between;

}


.other-buttons{
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.other-buttons a{
  width: 100%;
}

.other-buttons button{
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 5px;
  width: 100%;

  border: 1px solid whitesmoke;
  height: 100%;
}

.other-buttons button:hover{
  background-color: rgba(255, 255, 255, 0.5);;
}

#fake-stock-search{
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  padding: 5px;
  max-height: 25px;
}

#fake-stock-search:hover{
  background-color: rgba(255, 255, 255, 1);
}
#fake-stock-search img{
  height: 20px;
  margin-right: 0;
}