
.page-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

main {
    text-align: center;
}

.back-link {
    display: inline-block;
    margin-top: 2rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #00bcd4;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.back-link:hover {
    background-color: #00bcd4;
    color: #121212;
    box-shadow: 0 0 15px #00bcd4;
}
