html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #f2f2f2;
  scroll-behavior: smooth;
}
.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}
h2 {
  margin: 0;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  color: #000000;
}
#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  align-items: center;
}
#header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 350px;
  justify-content: right;
  background-color: #292a3e;
}
#header-left {
  display: flex;
  width: 1000px;
  height: auto;
}
#header-left-balance-wrap {
  display: flex;
  width: 100%;
  height: auto;
}
#header-left-balance-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 300px;
  line-height: 40px;
  justify-content: end;
}
#header-left-balance-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 300px;
  line-height: 40px;
  justify-content: end;
}
#balance-large {
  width: 100%;
  height: auto;
  font-size: 50px;
  font-weight: 900;
}
#balance-small {
  width: 100%;
  height: auto;
  font-weight: 900;
}
#header-right {
  display: flex;
  width: 341px;
  height: auto;
}
#login-btn-wrap {
  display: flex;
  position: absolute;
  top: 20px;
  right: 18px;
  width: 200px;
}
.login-btn {
  display: flex;
  width: 100px;
  height: 30px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.login-btn:hover {
  background-color: #0e5afd;
  cursor: pointer;
}
.profile-btn {
  display: flex;
  width: 100px;
  height: 30px;
  background-color: #f2f2f2;
  align-items: center;
  justify-content: center;
  color: #292a3e;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.profile-btn:hover {
  background-color: #0e5afd;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
#navbar {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
}
#navbar-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  color: #000000;
}
#navbar-title {
  display: flex;
  position: fixed;
  top: 0;
  left: 50px;
  width: 175px;
  height: 75px;
  color: #0e5afd;
  font-size: 24px;
  letter-spacing: 0.1em;
  justify-content: center;
  align-items: center;
}
#navbar-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  padding-top: 100px;
  padding-left: 0;
}
.navbar-btn {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #292a3e;
  padding-left: 50px;
  align-items: center;
  margin: 0;
  border: 0;
}
.navbar-btn:hover {
  background-color: #cbdaff;
  color: #0e5afd;
  cursor: pointer;
}
#navbar-bottom {
  display: none;
}
#body-mid {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
#transactions-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  left: 500px;
  background-color: #ffffff;
  color: #000000;
  margin-top: 100px;
  margin-left: 200px;
  margin-bottom: 100px;
  border: 1px solid #cccccc;
}
#transactions-title {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  padding-left: 30px;
  font-weight: bold;
}
#transactions-heading {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
  font-weight: bold;
  align-items: center;
  border-top: 1px solid #cccccc;
}
.transaction01 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 75px;
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
}
.transaction01:hover {
  background-color: #cbdaff;
}
.transaction02 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 75px;
  border-top: 1px solid #cccccc;
}
.transaction02:hover {
  background-color: #cbdaff;
}
.date {
  display: flex;
  width: 20%;
  height: 75px;
  justify-content: center;
  align-items: center;
}
.description {
  display: flex;
  width: 40%;
  height: 75px;
  justify-content: center;
  align-items: center;
}
.amount {
  display: flex;
  width: 20%;
  height: 75px;
  justify-content: center;
  align-items: center;
}
.balance {
  display: flex;
  width: 20%;
  height: 75px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  body {
    background-color: #000000;
  }
  #navbar {
    visibility: hidden;
    padding: 0;
  }
  #navbar-title {
    visibility: visible;
    display: flex;
    position: absolute;
    top: 21px;
    left: 20px;
    width: 175px;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    justify-content: left;
    padding: 0;
    margin: 0;
  }
  @supports (-moz-appearance: none) {
    #navbar-title {
      font-size: 12px;
      top: 26px;
    }
    #header-left-balance-left {
      display: block;
      margin-top: 100px;
      height: auto;
    }
  }
  #navbar-bottom {
    visibility: visible;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: pink;
  }
  #login-btn-wrap {
    visibility: visible;
    position: fixed;
    right: 0;
    top: 0;
  }
  #header {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
    padding-left: 0;
  }
  #header-left {
    display: flex;
    width: 100%;
    height: auto;
  }
  #header-left-balance-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #header-left-balance-left {
    width: 100%;
    padding: 0;
    line-height: 25px;
  }
  #header-left-balance-right {
    width: 100%;
    height: 100px;
    padding-bottom: 10px;
    align-items: center;
    line-height: 25px;
  }
  #balance-large {
    font-size: 32px;
  }
  #balance-small {
  }
  #header-right {
    display: none;
  }
  #login-btn-wrap {
    display: flex;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 200px;
  }
  #body-mid {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  #transactions-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    left: 0;
    font-size: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  #transactions-title {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    font-weight: bold;
  }
  #transactions-heading {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    font-weight: bold;
    align-items: center;
    border-top: 1px solid #cccccc;
  }
  .transaction01 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75px;
    background-color: #f2f2f2;
    border-top: 1px solid #cccccc;
  }
  .transaction02 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75px;
    border-top: 1px solid #cccccc;
  }
}
