:root {
    font-family: sans-serif;
    font-size: 16px;
    color: white;
}

body {
    margin: 0;
    background: black;
}

.c1984 {
    color: #0002;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#780027, #000);
    background-size: cover;
}

.main-1 {
    display: flex;
    flex-direction: column;
    background-image: radial-gradient(#780027, #000);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    height: max-content;
}

.main-2 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.card {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.5rem;
    text-decoration: none;
}

.card img {
    width: 300px;
}

.footer-link {
    color: #ff8bb1;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mr-0\.5 {
    margin-right: 0.5rem;
}