@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*
{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color:#00539C;
}
:root
{
    --bg:#EEA47F;
    --font:#00539C;
}
body
{
    background-color: var(--bg);
}
.nav-link
{
    color: white;
}
.nav-link.active
{
    color: whitesmoke !important;
}
.nav-brand
{
    color: whitesmoke;
}
#about
{
    min-height: 80vh;
    min-width: 100%;
    /* border: 1px solid red; */
}
#footer
{
    /* background-color: rgba(8, 8, 8, 0.863); */
    /* border: 1px solid red; */
    min-height: 300px;
    min-width: 100%;
    color: whitesmoke;
}
li
{

  list-style: none;
}
.top
  {
      position: fixed;
      left: 98%;
      top:95%;
      z-index:999;
  }