a:visited {
    color: #007BFF; 
    text-decoration: none;
}


body {
    font-family: Arial, sans-serif;
    background-color: black; 
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    height: 100vh; 
}


.word-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}


h1 {
    font-size: 55px;
    margin: 20px auto;
    text-align: center;
    color: white; 
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
small {
    font-size: 12px;
    margin: 20px auto;
    text-align: center;
    color: white;
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

h2 {
    font-size: 30px;
    margin: 20px auto;
    text-align: center;
    color: white;
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


f1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    
}