*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif,Georgia;
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --night:#0C090A;
    --black:#000000;
    --MintCream:#F5FFFA;
    --Milk:#FEFCFF;
  }

body{
    background-color: var(--night);
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
}

a{
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}
