.form-title{
  text-align:center;
  border-bottom: 2px solid #4DB56A; 
  width:20%; margin:7px;
  margin:0.7em;
}

.textarea {
    display: block;
    padding: 0.5em 0.5em;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.search-button {
  display: inline-block;
  padding: 5px;
  border: none;
  border-radius: 4px;
  background-color: #9acd32;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  width: 50px;
  margin:0.5em;
}

.search-button:hover{
  background-color:#adff2f;
}

.search-button:focus{
  background-color:#adff2f;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.content {
  text-align: left;
  margin: 0.5em 0px;
  border: solid 1px lightgray;
  border-radius: 0.5em;
}

.content-url {
  text-decoration: none;
  color: black;
  display: block;
  top: 0;
  left: 0;
  margin: 0.5em 1em;
}

.content > span {
  color: gray;
}

@media (min-width: 768px) {
  .content {
    width: 49%;
  }
  .box {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .content {
    width: 80%;
  }
  .main {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-text{
  height:25px;
  width:60%;
}
