.bg {
    background-image: url(./_imagens/laboratorio44.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: center;
    background-color: rgba(189, 106, 214, 0.4);
    color: black;
    font-family: 'Philosopher', sans-serif;
    height: 50px;
    width: 400px;
    margin: auto;
    font-size: 30pt;
    transition: all;
}

h2 {
    text-align: center;
    background-color: rgba(189, 106, 214, 0.4);
    color: black;
    font-family: 'Philosopher', sans-serif;
    height: 50px;
    width: 500px;
    margin-right: auto;
    font-size: 30pt;
    transition: all;
}

li,
p {
    font-family: 'Philosopher', sans-serif;
    list-style-type: circle;
    font-size: 15pt;
    text-align: justify;
}

button#Voltar {
    background-color: rgba(98, 47, 145, 0.171);
    font-family: 'Philosopher', sans-serif;
    font-size: 14pt;
}

button#Proximo {
    background-color: rgba(98, 47, 145, 0.171);
    font-family: 'Philosopher', sans-serif;
    font-size: 14pt;
}
