* {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container-fluid {
    background-color: #3C3E9E;
    color:white;
    width: 100%;
    padding: 10px;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0.25rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: none;
    margin-top: 50px;
}

.form-control:focus {
    border-color: #3C3E9E;
    box-shadow: 0 0 0 0.25rem rgba(60, 62, 158, 0.25);
}