#main {
  width: 400px;
  border: 10px solid #4285f4;
  margin: 0 500px 0 500px;
}

p {
  width: 400px;
  height: 100px;
  font-size: 40px;
  font-family: sans-serif;
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
  color: white;
  margin: 0px;
}

.north {
  background: #E67676;
  
}

.east {
  background: #F2F062;
}

.south {
  background: #A9E6E6;
}

.west {
  background: #7692E4;
}