
body{background-color:#F5A9F2; no-repeat; background-size:100%}
@font-face {
  src: url(Open_Sans/OpenSans-Light.ttf);
  font-family: 'Open Sans', sans-serif;

}
.paragraph {
  font-size: 25px;
  line-height: 62px;
  font-family: 'Open Sans',sans-serif;
}
.dot {
 height: 100px;
 width: 100px;
 background-color: white;
 border-radius: 50%;
 display: inline-block;
 position: relative;
}
.words {
  width: 150px;
  border-radius: 15px;
  height:50px;
  background-color: #fff;
}
.word {
  width: 150px;
  border-radius: 15px;
  height:50px;
  background-color: #FFF;
}
.write {
  font-size: 25px;
  line-height: 62px;
  font-family: 'Open Sans',sans-serif;
  border-radius: 15px;
  background-color: #FFF;
  width:100px;
}
.form {
  border: 1px dotted #999;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (min-width:300px){
  body {
    background-color:#F5A9F2;
  }
}
A {
  text-decoration:none;
  color:#F5A9F2;
}
input {
  text-decoration:none;
  color:black;
  outline: none;
}
.bottom {
  bottom: 15px;
  position: absolute;
}
