@font-face {
    font-family: main;
    src: url(fonts/mainfont.otf);
}

/* hide opera's silly detach button*/
#detach-button-host {
  display: none;
}

::selection{
    color: #ff0037;
    background-color: #00000000;
    background-color: white;
}

svg{
    fill: currentColor;
}

header {
    background-color: rgba(27, 27, 27, 0.61);
    backdrop-filter: blur(32px);
    overflow: hidden;
    font-family: main;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    border-bottom: #ff0037 2px solid;
    z-index: 2;
    
  }

  .logo{
    width: 14rem;
    position: relative;
    float: left;
    left: 15px;
    top: 5px;
  }

  /* Style the links inside the navigation bar */
  header a {
    float: right;
    color: #ffffff;
    text-align: center;
    padding: 16px 19px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  header a:hover {
    color: rgb(255, 19, 70);
  }
  
  /* Add a color to the active/current link */
  header a.active {
    opacity: 0;
}

footer{
    background-color: rgb(17, 17, 17);
    color: #646464;
    width: 100%;
    height: 192px;
    border-top: #ff0037 3px solid;
    max-width: 100%;
  }

  p{
    margin: 0;
  }

  .flogo{
    width: 3rem;
  }
  
  .ftrbrand a{
    color: #646161;
    text-align: center;
    text-decoration: none;
  }

  .ftrbrand a:hover{
    color: #ffffff;
    text-align: center;
    text-decoration: none;
  }
  

  .ftspacer{
    background-color: #ffffff49;
    width: 80%;
    height: 2px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ftrbrand{
    padding-top: 2rem;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }