body {
    background-image: url('../img/bg_journal.png');
    background-size: cover;
    background-position: bottom;
		background-attachment:fixed;
  }

.card {
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin: 1em auto;
    font-size: 1.1rem;
	line-height: 1.5;
    background-color: #fffdfa;
    width: 70%;
    max-width: 450px;
}

.text-input{
    margin: 1em auto;
    font-size: 1.1rem;
    text-align: center;
    align-items: middle;
}

textarea{
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    vertical-align: middle;
}

button{
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
}