
body {
  font-size: 18px;
}

.container {
  width: 1050px;
  margin: 0 auto;
  padding: 30px;
}

.container p {
  margin-left: 10px;
}

.container img {
  box-shadow: 0 0 20px #4A658C;
}


h2 {
  font-size: 34px;
  color: #B8B8F0;
  text-shadow: 0 0 2px #A098C8, 0 0 5px #C5F0F7;
}

h3 {
  font-size: 34px;
  color: #B8B8F0;
  text-shadow: 0 0 2px #A098C8, 0 0 5px #C5F0F7;
}

b {
  color: #B8B8F0;
  text-shadow: 0 0 2px #A098C8, 0 0 5px #C5F0F7;
}  

.text {
  margin-top: -8px;
}

.floatL {
  float: left;
  margin-right: 11px;
}

.floatL2 {
  float: left;
  margin-right: 15px;
}

.floatR {
  float: right;
  margin-left: 11px;
}


.grid {
  width: 500px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.grid img {
  margin: 3px;
}

hr {
  border: none;
  border-top: 1px dotted #7CA8FF;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 50%;
}
