* {
    box-sizing: border-box;
}

body {
    font-family: Arial, noto sans, sans-serif;
    font-size: 1.1rem !important;
  }
.container-fluid {
    min-height: 100vh;
    max-height: fit-content;
    background: linear-gradient(#f8f9fa, #00c9dc);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2%;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 4px 1px;
 }
