body{
    background: linear-gradient(to right, #F86D61, #F4D78F); /* Gradiente como fundo */
    margin: 0; /* Remove margens padrão */
    height: 100vh; /* Faz o fundo cobrir toda a altura da janela */
    color: black; /* Cor do texto */
    font-family: Arial, sans-serif; /* Fonte do texto */
    overflow: hidden;
}
h1{
    text-align: center;
    top: 0;
    font-size: 50px;
    margin-top: -60px;
}
div{
    margin: auto;
    width: 1100px;
    height: 375px;
    border-radius: 20px;
    text-align:  center;
    background-blend-mode: overlay;    
    padding-top: 100px;
    margin-top: 75PX;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.botaodia{
    display: inline-block;
    text-decoration: none;
}

.botaodia img{
    width: 325px;
    height: 275px;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
    filter: grayscale(100%);
}

.botaodia:hover img{
    transform: scale(1.10);
    filter: grayscale(0);
}
.botaodia{
    background-size: cover; /* Ajusta a imagem ao tamanho do botão */
    background-repeat: no-repeat; /* Não repete a imagem */
    background-position: center; /* Centraliza a imagem */
    border-radius: 15px; /*arredonda as bordas */
    border: none; /* Remove a borda padrão do botão */
    color: white; /* Cor do texto */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Altera o cursor ao passar o mouse */
    width: 325px;
    height: 275px;
    float: left;
    margin:  10px;
    padding: 10px;
    text-align: center;
}
.botaotarde{
    display: inline-block;
    text-decoration: none;
}

.botaotarde img{
    width: 325px;
    height: 275px;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
    filter: grayscale(100%);
}

.botaotarde:hover img{
    transform: scale(1.10);
    filter: grayscale(0%);
}
.botaotarde{
    background-size: cover; /* Ajusta a imagem ao tamanho do botão */
    background-repeat: no-repeat; /* Não repete a imagem */
    background-position: center; /* Centraliza a imagem */
    border-radius: 15px; /*arredonda as bordas */
    border: none; /* Remove a borda padrão do botão */
    color: white; /* Cor do texto */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Altera o cursor ao passar o mouse */
    width: 325px;
    height: 275px;
    float: left;
    margin:  10px;
    padding: 10px;
    float: right;
}
.botaobb{
    display: inline-block;
    text-decoration: none;
}
.botaobb img{
    margin-top: 20px;
    width: 325px;
    height: 275px;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
    filter: grayscale(100%);
}
.botaobb:hover img{
    transform: scale(1.10);
    filter: grayscale(0);
}
