#app {
  padding-bottom: 80px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgb(255, 255, 255);
  z-index: 999;
}

.navbar {
    position: fixed;
    top: 0; 
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    z-index: 1000; 
}
.left {
    flex: 1;
    text-align: left;
    color: white;
}
.right {
    flex: 1;
    text-align: right;
    color: white;
}

[class="box"],
[class*="card"] {
  border-radius: 12px !important;
  overflow: hidden;
}