body{
    background-color: black;
    background-image: url("pexels-kaip-1341279.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1{
    color: blueviolet;
    font-family: "orbitron", "consolas";
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    text-align: center;
}

h2{
    color: rgb(202, 193, 206);
    font-family: "orbitron", "consolas";
    font-style: normal;
    font-weight: 40;
    font-size: 40px;
    text-align: center;
    background-color: rebeccapurple;
}

h3{
    color: darkorchid;
    font-family: "orbitron", "consolas";
    font-style: normal;
    font-weight: 50;
    font-size: 40px;
    text-align: left;
    margin-left: 40px;
    font-weight: bold;
}

p{
    color: #bb91ff;
    font-family: "orbitron", "consolas";
    font-style: normal;
    font-weight: lighter;
    font-size: 30px;
    text-align: left;
    margin-left: 40px;
    font-weight:bold;
}

.header-button{
    color: darkorchid;
    font-family: "orbitron", "consolas";
    font-style: normal;
    font-weight: 50;
    font-size: 40px;
    font-weight: bold;
    background: none;
    border: none;
    display: inline-block;
    margin: auto;
}
 
/* Hover effect */
.header-button:hover{
  background-color: #bb91ff; /* Darker blue on hover */
  transform: translateY(-2px); /* Slight upward movement */
  transition: all 0.3s ease; /* Smooth animation */
  cursor: pointer;
}
 
/* Responsive design: Adjust padding on mobile */
@media (max-width: 768px){
  .header-button a {
    padding: 8px 15px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.fa-meteor{
    font-size: 100px;
    text-align: center;
    
}
