html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
td {
    border-width: 3px;
    padding: 10px;
}
table {
    height:100%;
    width:100%;
}
row {
}

@media screen and (max-width: 768px) {
    div {
        width: 100%; /* Adjust the width of the div for smaller screens */
    }
}

.container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: space-between; /* Distribute items evenly */
} 
.col1 {
    width:100%;
}
.col2 {
    width: 50%;
}
.col3 {
    width: 33%;
}
.image {
    height: 100%;
    width: 100%;

}
.header {
    margin-bottom: 50px;
    font-size: 24px;
}
.header-sub {
    font-size: 20px;
}
.panel {
    margin: auto;
    padding: 10px;
}