body{
	
    overflow-x: hidden;
}
header>h2{
    text-align: center;
}
div.content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.content>textarea{
    width: 30em;
    height: 40em;
    margin: 1em;
    border: 2px solid;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}
div.content>.buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
footer>p{
    text-align: center;
}
