.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box {
    width: 100%;
    max-width: 800px;
    border: 4px solid #0A1A3D;
    padding: 20px;
    margin: 20px 0;
    z-index: 2;
    color: white;
    background-color: #000000;
    border-radius: 2px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}

.box a:hover {
    color: white;
    text-shadow:
    0 0 2px rgba(255, 255, 255, 0.9),
    0 0 6px rgba(255, 255, 255, 0.6),
    0 0 10px rgba(255, 255, 255, 0.4);
}

.home-title {
    color: white;
    font-family: DOS;
    font-size: 3rem;
    text-shadow:
    0 0 1px rgba(173, 216, 230, 0.6),
    0 0 3px rgba(173, 216, 230, 0.4),
    0 0 5px rgba(173, 216, 230, 0.3);
}

.navbar {
    color: white;
    font-family: DOS;
    font-size: 20px;
    text-shadow:
    0 0 1px rgba(173, 216, 230, 0.6),
    0 0 3px rgba(173, 216, 230, 0.4),
    0 0 5px rgba(173, 216, 230, 0.3);
}

.navbar a {
    color: inherit;
    text-decoration: none;
    text-shadow:
    0 0 1px rgba(173, 216, 230, 0.6),
    0 0 3px rgba(173, 216, 230, 0.4),
    0 0 5px rgba(173, 216, 230, 0.3);
    transition: all 0.05s steps(1);
}

.navbar a:hover {
    color: white;
    text-decoration: underline;
    text-shadow:
    0 0 2px rgba(255, 255, 255, 0.9),
    0 0 6px rgba(255, 255, 255, 0.6),
    0 0 10px rgba(255, 255, 255, 0.4);
}

html {
    background-color: #375599;
}

p {
    width: 800px;
    margin: 20px 0;
    font-family: monospace;
    font-size: 18px;
}

h1 {
    font-family: DOS; 
}

a, a:link, a:visited {
    color: white;

}
