main{
    width: 70vw;
    height: 90vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

form p:not(:first-child){
    margin-top: 0.5rem ;
}

form p{
    margin-bottom: -0.2rem;
}

form input{
    margin-right: 0.5rem;

}

.ghost-btn{
    background-color: transparent;
    border:none;
}

.title-btn{
    padding: 4rem;
    border-radius: 5px;
    display: flex;
    background-color: #7ca982;
}
@media (max-width: 899px) {
    main{
        justify-content: center;
        gap: 2vh;
        height: 100vh;

    }
    .title-btn{
        padding: 2rem;

    }
    h2{
        font-size: 1rem;;
    }
}

.title-btn:hover{
    filter:brightness(1.2);
}

.resultado{
    display: none;
    flex-direction: column;
    width: 80%;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    margin: auto;

}

.questFinal-show, .questProvincia-show, .questQuemEVcRuinas-show{
    display: flex;

}

