body {
    margin: 0;
    overflow: hidden;
    background-color: #001679;
}
canvas {
    width: 100%;
    height: 100%;
    display: block;
}

body {
    margin: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}
canvas {
    width: 100%;
    height: 100%;
    display: block;
}
#infoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    background-image: linear-gradient(25deg, #8c52ff, #5ce1e6);
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-color: rgb(140, 0, 255);
    box-shadow:     
    0 0 3px rgb(140, 0, 255),
    0 0 5px rgb(140, 0, 255),
    0 0 100px rgb(140, 0, 255);
}

:root {
    box-shadow: 2px 2px 3px 3px;
    width: 100%;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  .header {
    background-image: linear-gradient(25deg, #8c52ff, #5ce1e6);
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .logo {
    color: #f0ddff;
    text-shadow:
        0 0 7px rgb(140, 0, 255),
        0 0 10px rgb(140, 0, 255),
        0 0 21px rgb(140, 0, 255),
        0 0 42px rgb(140, 0, 255),
        0 0 82px rgb(140, 0, 255),
        0 0 92px rgb(140, 0, 255),
        0 0 102px rgb(140, 0, 255),
        0 0 151px rgb(140, 0, 255);
    align-self: center;
    margin-left: 1.2rem;
    font-size: 2.5rem;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  
  .nav-bar {
    margin: auto;
  }
  
  .nav-bar a {
    padding: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
    left: -100px;
    color: #f0ddff;
    text-shadow:
        0 0 7px rgb(140, 0, 255),
        0 0 10px rgb(140, 0, 255),
        0 0 21px rgb(140, 0, 255),
        0 0 42px rgb(140, 0, 255),
        0 0 82px rgb(140, 0, 255),
        0 0 92px rgb(140, 0, 255),
        0 0 102px rgb(140, 0, 255),
        0 0 151px rgb(140, 0, 255);
  }

  button {
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.9rem;
  }

  h2 p {
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
