@charset "UTF-8"﻿;
iframe{
  margin-left: : 200px;
}

input , textarea{
  width: 100%;
  font-family: sans-serif;
  box-sizing: border-box;
  padding: 10px;
}
textarea{
  height: 120px;
}
input[type="submit"]{
  background-color: #ffaa00;
  border: none;
  -webkit-appearance: none;
  width: 250px;
}
