@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    font-family: "Rubik", sans-serif;

    font-optical-sizing: auto;
    
    font-style: normal;
}
body {
    background-color: #f0f0f0;
    font-size: 16px;
    text-justify: auto;
}

h2 {
    font-size: 20px;
}

.navbar {
    background-color: #007bff;
    font-size: 14px;
    font-weight: 600;
}

.navbar-brand, .nav-link {
    color: white !important;
    font-size: 14px;
    padding: 5px 10px;
}

.navbar-brand:hover, .nav-link:hover {
    color: #e6f3ff !important;
}

.container {
    width: 100%;
    height: 85vh;
    margin: 10px auto;
    padding: 25px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    overflow-x: none;
    overflow-y: auto;
    box-sizing: border-box;
}

input::placeholder {
    font-size: 12px;
    font-weight: 400;
}