body {
    background-color: #000;
    color: #FFF;
    font-family: Verdana, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

body.title {
    background-image: url('bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

body.title h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

h1.centered {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.header {
    padding: 20px;
    text-align: center;
}

.content {
    width: 80%;
    margin: 0px auto;
}

.footer {
    font-size: small;
    text-align: center;
    background: #000;
    padding: 20px;
    color: white;
    position: sticky;
    bottom: 0;
}

.title-footer {
    font-size: small;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
}

a {
    color: #FFF;
}

a:hover {
    color: #FFD700;
}

a:visited {
    color: #FF69B4;
}
