body{
      background:  #000;
      color:  #fff;
      font-family: Montserrat, sans-serif;
      text-align:center;
}
.page-not-found{
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    padding: 10vw 0vw;
}
#nav-links a{
 color: #fff;
 line-height:36px;
}
#nav-links a:hover,a:hover{
opacity:0.7
}
.footer-copyright,.copyright-link {
    color: #ffffffa6;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;

}
.copyright-link {
    border-right: 1px solid #fff9;
}

.footer{
    position: fixed;
    width: 100%;
    bottom: 15px;
    margin: 0 auto;
}
.copyright-link-list {
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 7px;
    line-height: 1.2;
    list-style-type: none;
    display: flex;
}
.copyright-link-li {
    border-right: 1px #fff;
    align-self: auto;
    margin-right: 7px;
    padding-right: 0;
    line-height: .8;
}
.copyright-link.ot-sdk-show-settings.last-copyright-link {
    cursor: pointer;
    background-color: #0000;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
}