#grib {
    color: green;
    width: 500px;
    border: 1px solid black;
    text-align: center;
  }

#free {
    color:chocolate;
    width: 500px;
    border: 5px dashed chocolate;
}

h1 {
    text-align: center;
}

