input{
	position: absolute;
    border: dashed 4px #fff;
    font-size: 27px;
	color: #FFF;
    width: 158px;
    height: 32px;
    padding: 5px;
    text-align: center;
    background-color: transparent;
}

textarea{
	position: absolute;
    resize: none;
    width: 364px;
    height: 85px;
    border: dashed 3px #fff;
    background: transparent;
    font-size: 30px;
    padding: 5px 10px;
    border-radius: 16px;
    text-align: center;
}