*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #0b3508;
    color: #eba119;
    justify-content: center;
    height: 100vh;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.container {
    display: flex;
    padding: 2rem;
    gap: 1rem;
    flex-direction: column;
    width: 75%;
   
}

textarea{
    border-radius: 0.25rem;
    border: none;
    height: 3rem;
    resize: none;
    text-indent: 0.5rem;
    line-height: 3rem;
    font-size: 1.5rem;
}