@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    transition: background 0.6s ease;
    font-family: ;
}

a {
    text-decoration: none;
    color: beige;
}

.imagem{
    width: 30%;
    height: 30%;
    object-fit: cover;
    display: block;
    margin: 60px 450px;
}

.texto-abaixo {
    text-align: center;
    padding: 20px 0;
    font-family: Arial;
    color: rgb(90, 90, 90); /* a cor do texto acompanha o fundo */
}

.texto-abaixo h2 {
    margin: 0;
    font-size: 24px;
    text-decoration: none;
}

.botao {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.botao:hover {
    background: white;
    color: black;
}
