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

*{
  font-family: Bebas;
}

.navbar{
  display: flex;
  padding-left: 2vw;
  padding-top: 2vw;

}

#title{
  width: 100%;
}

body{
  margin: 0px;
}

section {
  margin: 0px;
  margin-top: 2vw;
}

h1 {
  color: white;
  font-size: 30px;
  margin: 0px;
}

h2{
  color: grey;
  margin-top: 1vw;
  margin-top: 1vw;
}

.titletop{
  flex-basis: 30%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  display:block;
}

.nav{
  flex-basis: 17.5%;
  text-align: center;
  font-size: 24px;
  color: black;
  display:block;
  margin-top: auto;
}
.nav:hover{
   text-decoration: underline overline;
}
.flexbox{
  display:flex;
}
.display{
  flex-basis: 70%;
  size: fill;
  height: auto;
  display: block;
}
.more{
  color: white;
  font-family: Arial;
  line-height: 30px;
}

.more:hover{
  text-decoration: underline;
}

.descript{
  flex-basis: 30%;
  display: block;
  color: white;
  font-family: Arial;
  background-color: #3a3a3a;
  padding: 2vw;
  line-height: 30px;
  text-align: justify;
}

#flip{
  object-fit: cover;
  height: auto;
  width: 100%;
  position: bottom;
}

footer{
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 25px;
  color: rgb(25,41,86);
  background-color: #c1c1c1;
  padding-top: 1%;

}

.sock{
  margin-bottom: auto;
  margin-top: auto;
}

.foot{
  height: 20px;
}
