*{
    padding: 0;
    margin: 0;
}

.container{
    height: 400px;
    width: 400px;
    background: #c19999;
    margin: 0 auto;
    margin-top: 200px;
    box-shadow: 10px 5px 10px 5px rgba(255, 0, 0, 0.26);
}

textarea{
    height: 80%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 30px;
    color: red;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}

p{
    padding: 20px;
    padding-left: 20px;
    font-size: 30px;
    color: red;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}
span{
    color: black;
    text-shadow: 10px 10px rgba(255, 0, 0, 0.12);
    font-style: italic;
}
