/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


body {
    color: #fff;
}

.flag{height:35px;float:right;}
.dropdown-item {
    height: 45px;
}

.center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 75vh;*/
}