/* General Styles */
body {
    background-color: #001828;
    background-image: url(../img/nats.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    min-height: 375px;
    position: relative;
}

/* Navigation Styles */
nav {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: transparent;
}

/* Link Styles */
nav a {
    display: inline-block;
    padding: 8px 16px;
    color: rgb(253, 253, 253);
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: color 0.3s;
    border: 1px solid transparent;
}

/* Hover and Focus Styles */
nav a:hover,
nav a:focus {

    color: rgb(251, 255, 17);
    -webkit-text-stroke: 1px rgb(83, 83, 83);
    border-color: #390ae0;
    outline: none;
    box-shadow: 0 0 0 2px #390ae0;
}

/* Footer Styles */
footer {
    padding: 16px;
    text-align: center;
    font-size: 0.875rem;
}
h1 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
    font-weight: 1000; /* Bold font */
    margin-top: 100px;
    -webkit-text-stroke: 3px #0056b3;
    text-shadow: 0 0 500px #0056b3;
}
