/* #flag {
    width: 90px;
    height: 130px;
    box-sizing: content-box;
    padding-top: 15px;
    position: fixed;
    background: red;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    right: 0;
    margin-right: 10px;
  }
  #flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #ffffff;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
  } */

#flagWrap {
    z-index: 100;
    position: fixed;
    width: 70px;
    right: 0;
    margin-right: 10px;
    filter: drop-shadow(-1px 6px 3px rgba(94, 0, 0, 0.319));
} 

#flag {
    border: 0px solid black;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 50% 85%, 0% 100%);
    background-color: #ec705a;
    width: 70px;
    height: 100px;
    color: white;
    position: fixed;
    text-align: center;

    font-size: 14px;
    padding-top: 5px;
}

#flag a:link, #flag a:visited {
    color: white;
}