* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

nav {
    padding: 9px;
    background: #0015ff;
    width: 100%;
    text-align: right;
}

.title {
    left: 0px;
}

#logo{
    display: inline-block;
    position: absolute;
}

body {
    background-color: #000000;
}

:any-link{
    color: #ffff;
    font-family: "Orbitron", serif;
    text-decoration: underline;
}

#intro {
    text-align: center;
}

nav h1{
    text-align: left;
    flex: auto;
    font-family: "Obritron", serif;
}

nav {
    display: flex;
    gap: 1rem;
}

nav p {
    font-size: 1.44rem;
}

h1{
    color: #ffff;
    letter-spacing: 7px; 
    font-size: 30px;
    font-family: "Orbitron", serif;
    font-style: bold;
}
p{
    font-size: 35px;
}
#intro h2{
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    color: #00ff54
}
h3{
    text-align: center;
    font-family: "Orbitron", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: white;
}
a:hover{
    color: #00ff54;
}

@font-face {
    font-family: "MyCustomFont";
    src: url("./fonts/Digital-7.ttf");
  }

  .share-tech-mono-regular {
    font-family: "Share Tech Mono", serif;
    font-weight: 300;
    font-style: normal;
  }

  .orbitron-uniquifier {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  @media screen and (max-width: 1900px) {
    nav p{
        font-size: 1rem;
    }
    nav h1{
        font-size: 1.44rem;
    }
    
  }
  @media screen and (max-width: 760px) {
    nav p {
        font-size: 0.833rem;
    }
    nav h1 {
        font-size: 1rem;
    }
  }