.modal-palavraAdicionada {
    width: 80%;
    height: 400px;
    border-radius: 10px;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: #002e45;
    display: none;
    flex-direction: column;
    top: 100px;
    left: 40px;
    box-shadow: 1px 1px 5px #131e10;
}

.modal-palavraAdicionada h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #131e10;
    font-weight: 600;
    text-align: center;
    width: 80%;
    color: #f2f2f2;
}

.buttons-whatnext {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    align-items: center;
}
.buttons-whatnext button {
    font-family: inherit;
    font-weight: 500;
    margin: 7px;
    border-radius: 5px;
    width: 80%;
    line-height: 1em;
    height: 60px;
    color: #004466;
    background-color: #004466;
    border: 2px solid transparent;
    box-shadow: 1px 1px 5px #131e10;
}

.buttons-whatnext a {
    color: #f2f2f2;
    font-weight: 600;
}

.recadinho {
    align-items: center;
    justify-content: center;
    background-color: #e63f07;
    border-radius: 10px;
    color: #ffffff;
    display: none;
    flex-direction: column;
    height: 50%;
    left: 5%;
    position: absolute;
    top: 15%;
    width: 90%;
}

.recadinho h2 {
    text-align: center;
    width: 80%;
    margin-bottom: 30px;
    font-size: 1.4em;
}

.btn-fechar {
    font-weight: 700;
    font-family: inherit;
    margin: 5px;
    border-radius: 10px;
    width: 30%;
    font-size: 1em;
    line-height: 1em;
    height: 50px;
    background-color: #e78916;
    border: 1px solid #004466;
    box-shadow: 1px 1px 6px #5a1903;
}

.btn-fechar a {
    color: #004466;
}

.btn-fechar:hover {
    transform: scale(1.1);
}
