.tab {
      margin-left: 100px;
  }

 .navbar {
        background-color:antiquewhite !important;
        color:black;
        margin-inside: 140px;
        font-size: large;
        position: fixed;
        top: 0;
        width: 100%;
    }
 .navbar flex-column {
  color:black;
  margin-inside: 140px;
  font-size: large;
}
h1 {
    margin-top: 60px;
}
h2 {
    margin-top: 60px;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 0px;
  text-align: start;
}
.column.left {
  width: 75%;
    float: left;
}
.column.right {
  width: 25%;
}

/* Clear floats after the columns */
row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  max-width: 95%;
}
.button {
    border-radius: 8px;
    background-color: #0095ff;
}

input[type=username], input[type=password] {
    width: 50%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

form {
    max-width: 70%;
}

img {
  height: 80vh;
  width: 100%;
  object-fit: contain;
  }
video {
  height: 80vh;
  width: 100%;
  object-fit: contain;
}
