.blue-text-color {
    color: rgb(47, 84, 150);
}

a {
  text-decoration: none;
}

.compass {
    position: relative;
    height: 36px;
    width: 36px;
}

.compass__arrow, .compass__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}