@font-face {
  font-family: "Comfortaa", serif;
  src: url("/Recources/Comfortaa-VariableFont_wght.ttf");
} 


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {

  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

  .navbar {
    margin: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-top: 1px solid rgb(255, 255, 255);
    flex-direction: row-reverse;
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar-logo img {
    height: 135px;
    position: fixed;
    top: 15px;
    left: 15px;
  }

  .navbar-links {
    display: flex;
    left: 165px;
    top: 23px;
    gap: 20px;
    position: fixed;
  }

  .navbar-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .navbar-links svg {
    width: 40px;
    height: 40px;
    stroke: rgb(255, 255, 255);
  }
