body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    color: white;
    background: black;
}

.bg {
    position: fixed;
    inset: 0;
    background: url("magif.gif") center/cover no-repeat;
    z-index: -1;
}

.content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title {
    font-size: 4rem;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
}
