
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #EF5A6F;
}

html {
  position: relative;
 
}

body {
    margin-bottom: 60px;
}


.btn-primary {
    background-color: #536493 !important;
    border-color: #536493 !important;
}

.btn-primary:hover {
    background-color: #c4cce2 !important;
    border-color: #c4cce2 !important;
}

.btn-danger {
    background-color: #EF5A6F !important;
    border-color: #EF5A6F !important;
}

h1{
    font-size: 4.5rem;
}

.btn-outline-light {
    border-color: #EF5A6F !important;
}
.btn-outline-light:hover {
    background-color: transparent;
    color: #c4cce2;
}

