body
{
    background-color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: center;
  font-size: 200%;
  color: #0F6AA7;
}

.here{
  position: relative;
  margin-top: 6%;
  border-style: dotted dashed solid double;
  border-top: none;
  text-align: center;
  font-size: 200%;
  color: #0F6AA7;
  
  
}