#country-list li{
    list-style: none;
    padding: 8px 12px;
    cursor: pointer;
}
nav{
    background-color: #001F54 !important;
}
#country-list li:hover{
    background-color: rgb(206, 231, 255);
}

body, button, input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


footer{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #001F54 !important;

    a{
        color: white;
        font-weight: bold;
    }
    p{
        margin-top: auto;
        margin-bottom: auto;
    }
}
.btn-primary {
    background-color: #001F54 !important;
    border-color: #001F54 !important;
  }
#notice{
    position:fixed;
    display: flex;
    flex-direction:column;
    bottom:12%;
    p{
        font-size: small;
        margin-bottom:0rem;
    }
}