.content {
    font-family: Calibri, monospace;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 1.39vmin;
    font-weight: bold;
    padding: 2rem;
    border-radius: 10px;
}
