body {
    margin: 0;
}

.container,
.container * {
    font-family: fantasy;
}

.container{
    width: 350px;
    height: 850px;
    margin: 35px;
    padding: 20px;
    border: 10px solid #5988af ;
    border-radius: 50px;
    line-height: 40px;
    
}

.title{
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.text-input {
    width: 340px;
    height: 500px;
    margin-bottom: 5px;
resize: none;
}