.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/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.container-texto {
    text-align: center;
}

.titulo {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #5D0DAC;
}

.subtitulo {
    font-size: 2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #AD0DAB;
}

.data {
    font-size: 1.8em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: Mochiy Pop One;
    color: #AD0DAB;
}

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: 350px;
}

.paul {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #5D0DAC;
    color:aliceblue;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.paul:hover {
    background-image: url(./image/Rectangle\ 5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.rick {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #E2AA22;
    color:aliceblue;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.rick:hover {
    background-image: url(./image/Rectangle\ 6.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.sophie {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #4E91FC;
    color:aliceblue;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.sophie:hover {
    background-image: url(./image/Rectangle\ 7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}

.bunny {
    padding: 20px 70px;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    background-color: #D2D7E5;
    color:aliceblue;
    font-family: Mochiy Pop One;
    font-size: 1.2em;
    width: 100%;
}

.bunny:hover {
    background-image: url(./image/Rectangle\ 8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 70px;
    background-position: center;
    cursor: pointer;
}