input{
	position: absolute;
    border: dashed 4px #fff;
    font-size: 33px;
    width: 231px;
    height: 34px;
    padding: 5px;
    text-align: center;
    background-color: transparent;
}

textarea{
	position: absolute;
    resize: none;
    width: 226px;
    height: 127px;
    border: dashed 3px #fff;
    background: transparent;
    font-size: 30px;
    padding: 5px 10px;
    border-radius: 16px;
	text-align: center;
}