header{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
}
div{
    color: aliceblue;
}
body{
    background-color: rgb(3, 2, 2) ;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
footer{
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    color: aliceblue;
}
.navlinks li a{
    position: relative;
    font-size: 1.05rem;
    font-weight: 500;
    color:rgb(170, 163, 163);
    transition: 0.4s;
    text-decoration: none;
}
nav{
    width: 100%;
    padding: 1rem 5%;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.01) ;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap ;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.logo{
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(183, 15, 15);
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0.00);
    border: none;
    cursor: pointer;
}
.navlinks{
    display: flex;
    list-style: none;
    text-decoration: none;
    gap: 2rem;
}
.navlinks li a:hover{
    color: rgb(183, 15, 15);
    text-shadow: 0 0 10px rgb(183, 15, 15);
}
.btn{
    background-color: rgb(183, 15, 15);
    color: white;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: medium;
    box-shadow: 0 0 15px rgb(183, 15, 15);
}
.btn:hover{
    background-color:rgb(204, 30, 30) ;
    box-shadow: 0 0 15px rgb(237, 40, 40);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1{
    color: white;
    margin-bottom: 20px;
    font-size: 2.6rem;
}
p{
    font-size: 1.4rem ;
    font-weight: 500;
    color: white;
}
main{
    text-align: center;
    justify-content: center;
}
.mainboard{
    padding-top: 80px;
}
.mainboard p{
    margin-bottom: 20px ;
}
.mainboard button{
    margin-top: 10px ;
}
hr{
    margin-top: 100px ;
}
hr,h3{
    margin-top: 30px;
}
.Zach{
    color: rgb(183, 15, 15) ;
}
.HTML{
    color: orangered;
}
.CSS{
    color:blue;
}
.rubik-doodle-shadow-regular {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
}
.jetbrains-mono-regular {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
*{
    font-family: 'JetBrains Mono';
}
@media (max-width: 768px){
    *{
        box-sizing: border-box;
    }
}
