@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
body {
  font: 1rem/1.5 var(--bs-font-sans-serif);
  background: #343a40;
}
a {
  color: var(--bs-blue);
}

.brand {
  display: flex;
  flex-direction: row;
  font-size: 1.5em;
  font-family: Montserrat;
  font-weight: 600;
}

.title1 {
  color: aliceblue;
}

.title2 {
  color: crimson;
  font-weight: 500;
}

.title3 {
  color: aliceblue;
  font-size: 13px;
}

.judul {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
}

.home-page-title {
  color: rgb(46, 46, 46);
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
}

.home-page-paragraph {
  color: rgb(29, 29, 29);
  font-size: 15px;
  font-family: Montserrat;
  font-weight: 600;
}

main {
  background-color: rgb(255, 255, 255);
}

.main-title{
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
}

table {
    background-color: #f8f9fa;
    color: #212529;
    width: 100%;
}

.thead { 
    background-color: #dc3545;
    color: #f8f9fa;
}

.th-col{
  width: 20%;
  height: 10%;
  align-items: center;
}

.td:hover{
    color: #f8f9fa;
    align-items: center;
    flex-direction: row;
    color: #f8f9fa;
    transform: scale(1.1);
    transition: 0.2s;
}
