body 
{
    background-image: url("https://live.staticflickr.com/65535/53757031908_593f0336df_o.jpg");
    background-repeat: no-repeat;
    background-color: gray;
    background-size: cover;
    background-position: center;
    overflow-y: auto;
    overflow-x: hidden;
}


.Space 
{
    padding-top: 120px;
}

.Neon 

{
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: 5;
    animation-direction: alternate;
}


@keyframes blink
{
    25% {opacity: 0%;}
    100%{opacity: 100%;}
}

.Title 
{
    text-align: center;
    color:rgb(255, 251, 251);
    font-family: 'Handjet', cursive;
    font-weight: bold;
}

.subTitle 
{
    text-align: center;
    color: whitesmoke;
    font-family: 'Handjet', cursive;
}

.description 
{
    text-align: left;
    color: rgb(238, 227, 227);
    font-size: medium;
    list-style-type: circle;
}


.Sign 
{
    background-color: rgb(29, 30, 29);
    padding: 8px;
    opacity: 80%;
    
}



.navHighlight
{
    background-color: rgb(207, 203, 203);
    opacity: 65%;
    font-size: large;
}



.textHighlight 
{
    background-color:  rgb(207, 203, 203);
}

.navButtonStyle 
{
    border-radius: 12px;
}

.navStyle 
{
    position: relative;
    bottom: 0;

    backdrop-filter: blur(15px) saturate(129%);
    -webkit-backdrop-filter: blur(15px) saturate(129%);
    background-color: rgba(78, 81, 86, 0.76);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    font-weight: bold;
}


/* Glassmorphism card effect */
.card {
    backdrop-filter: blur(15px) saturate(129%);
    -webkit-backdrop-filter: blur(15px) saturate(129%);
    background-color: rgba(17, 25, 40, 0.76);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.284);
    padding-bottom: 10px;
}

.btn 
{
    padding-right: 15px;
    text-align: center;
}