.main-body-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    height: 870px;
}

.final-word-container{
    font-weight: bold;
    font-size: 50px;
}

.add-word-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[Type="button"] {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 7px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 15px 2px;
    cursor: pointer;
    width: 130px;
}

input[Type="button"]:hover {
    background-color: #08c47f; 
}
  
input[Type="button"]:active {
    background-color: #066e48; 
}

button{
    background-color: #e1ece8;
    border: none;
    color: black;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px;
    cursor: pointer;
}

input[Type="text"]{
    height: 35px;
    width: 95%;
    font-size: 23px;
    margin-left: 4px;
}

button:hover {
    background-color: #08c47f; 
}
  
button:active {
    background-color: #066e48; 
}

.description-constainer{
    width: 100%;
    padding-left: 50px;   
}

