body {
/* background-color: #CFF; */
   background-color: #FFB;
   font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: normal;
}

.header {
   max-width: 750px;
}

p {
   margin: 12px 0 0 0;
}

.address {
   font-size: 18px;
   font-weight: 400;
   margin: 18px 0 0 0;   /* top, right, bottom, left */
}

.title {
   font-size: 32px;
   font-weight: 800;
}

.nottoowide {
   clear: both;          /* needed for iPhone, else centering off */
   margin: 20px;
   max-width: 600px;
   text-align: left;
}

.button {
   background-color: #1C1364;
   border: 2px solid #4AF;
   color: white;         /* text */
   margin: 4px 4px;      /* outside border */       /* top/bottom, right/left */
   padding: 1px 12px 5px 12px;    /* inside border */
   cursor: pointer;      /* pointer/hand icon */
   font-size: 16px;
   font-weight: 600;
   border-radius: 4px;
   text-decoration: none;
   display: inline-block;
   text-align: center;
   width: 15ch;
}

.button:hover {
   background-color: #4AF;
}

