body {
  margin: 0;
  height: 100%;
  width: 100%;
  background-image: url('./images/videoframe_8.png');
  font-family: 'Orbitron', sans-serif;
}

* {
  font-family: inherit;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: black;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  color: #04AA6D;
}

.sideBar {
  display: flex;
  gap: 10px;
}

.topnav a.active {
  color: #b042a6;
}

.welcome {
  text-align: center;
  color: #4cdc5a;
  border: 3px solid #1f942b;
  margin-top: 150px;
  margin-bottom: 40px;
  background-color: black;
}

.pop-up {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 610px;
  margin: auto;
  border: 1px solid #4cdc5a;
  background-color: black;
  text-align: center;
  color: #1f942b;
}

.notifIcons {
  display: inline-block;
  border-bottom: 1px solid #4cdc5a;
  margin-bottom: 20px;
  background-color: black;
  text-align: right;
  color: white;
}

.headingBox {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #4cdc5a;
  color: #b042a6;
}

.box {
  margin: 2%;
  padding: 0px;
}

.buttons {
  width: 200px;
  height: 30px;
  margin: 5px;
  border: 1px solid #4cdc5a;
  background-color: black;
  color: #dee846;
}

.buttons:hover {
  background-color: #b042a6;
  color: white;
}
