@font-face {
  font-family: "Bebas";
  src: url("BebasNeue-Regular.otf");
  }



body{
  background-color: rgba(0, 0, 0, 0);
}

html {
  height: auto;
  background-image: url('/pictures/threebois.jpg');
  background-size: cover;
  background-color: rgba(0,255,255,0.5);
  background-repeat: no-repeat;
}

#show-logo{
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
}

#top-box{
  flex-basis: 100%;
  background-color: #3a3a3a;
  color: white;
  display:flex;
  padding: 10px;
}

.flexer{
  text-align: center;
  display: flex;
}

.flexero{
  text-align: center;
  display: flex;
}

.antenna {
  background-color: #3a3a3a;
  color: white;
  font-family: Bebas;
  font-size: 25px;
  flex-basis: 20%;
  border: 0px;
  margin-top: auto;
  margin-bottom: auto;
}


#descript{
  bottom: 50px;
}

#left-box{
  text-align: center;
  padding: 1vw;
  height: 100%;
  flex-basis: 60%;
}

p {
  color: black;
}

#right-box{
  text-align: left;
  padding-top: 1vw;
  color: #3a3a3a;
  flex-basis: 40%;
}
