body {
    background-color: white;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 0;
}

.img-circle {
    border-radius: 50%;
    border: 5px solid #a2d9ff;
}

.table-bordered th, .table-bordered td {
    border: 2px solid #a2d9ff !important;
}

.wave {
    position: relative;
    width: 100%;
    height: 150px;
    background: #f8f9fa;
}

.wave svg {
    width: 100%;
    height: auto;
}

.navbar {
    background-color: #a2d9ff;
}

.navbar-brand {
    font-weight: bold;
}
