html,
body {
  background: #0B0B0B;
  font-family: 'Source Code Pro', monospace;
  color: white;
  width: 100%;
  height: 100vh;
}

.flex {
  display: flex;
}

.flex-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

h1 {
  font-size: 35px;
  text-align: center;
}

.search {
  margin-top: 30px;
  align-items: center;
}

input {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 7px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.search-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  height: 30px;
}

i {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 12px;
  line-height: 30px !important;
}

header {
  position: fixed;
  top: 50px;
  width: 85%;
  padding-left: 50px;
  justify-content: end;
}

header a,
header a:hover,
header a:active,
header a:visited {
  color: white;
  text-decoration: none;
  font-size: 25px;
}

header .urls {
  margin-right: 40px;
}

.vex-dialog-input input {
  color: black;
}

.container {
  background: rgba(255, 255, 255, 0.05);
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
  padding: 2% 10%;
}

h3 {
  margin-top: 40px;
  font-size: 25px;
}