.mochiy-pop-one-regular {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100vw;
    height: 100vh;
    align-items: center;
    background-image: url(./image/torcida-atletico.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* cor e opacidade do overlay */
    z-index: 0;
}

/* Garante que o conteúdo fique acima do overlay */
body > * {
    position: relative;
    z-index: 1;
}

.container-texto {
    text-align: center;
    z-index: 1;
}

.titulo {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #e3e3e3;
}

.subtitulo {
    font-size: 2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #e3e3e3;
}

.data {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #e3e3e3;
}

p {

    font-size: 2em;
    font-weight: bold;
    padding: 20px;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #0f030f;
    text-align: center;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;

}


.botoes {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image {
    width: 120px;
}

.paul {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.paul:hover {
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.rick {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #000000;
    color: #ffffff;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.rick:hover {
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.sophie {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.sophie:hover {
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.bunny {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #000000;
    color: #ffffff;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.bunny:hover {
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}