  /*      */
 /* BASE */
/*      */
* {margin: 0;padding: 0;}
body {min-height: 100vh;overflow-x: hidden;background-color: rgb(34, 34, 34);}

.content {
    position: relative;
    z-index: 1;
    padding: 50px;
    font-family: sans-serif;
}

.main {
  height: 800px;
  margin-top: 45px;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 25px;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 15px;
  border: 2px solid #00D5FF;
  text-align: center;
  font-family: "mine", serif;
}
.main_h1 {
  color: rgb(5, 145, 240);
  line-height: 40px;
  transition: opacity 1s ease-in-out;
}

  /*     */
 /* bar */
/*     */

.bar {
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 15px;
    top: 0;
    right: 0;
    left: 0;
    height: 55px;
    text-align: right;
    border: 2px solid #00d5FF;
    background-color: rgba(34, 34, 34, 0.8);
    line-height: 55px;
    border-radius: 15px;
    position: fixed;
    z-index: 1000;
}

.bartxt {
    font-family: "mine", serif;
    color: rgb(5, 145, 240);
    font-size: 21px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
}

.logo_hyprmine {float: left;height: 40px;margin: 7px;}
.bartxt:hover {color: rgb(4, 12, 241);transition: all 0.2s ease;}
.bartxt:active {color:rgb(49, 29, 179)}