.rounded_box {
  margin: auto;
  width: 600px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.rounded_box_border {
  margin: auto;
  width: 590px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #000000;
}

.round10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.gothic { font-family: 'Century Gothic', 'STHeitiSC-Light', 'Didact Gothic', sans-serif; }
.quicksand { font-family: Quicksand; }
.sofia { font-family: Sofia; }
.arial { font-family: Arial, sans-serif; }
.center { text-align:center; }

.vertx200 {
  transform: scale(1,2);
  -ms-transform: scale(1,2); /* IE 9 */
  -webkit-transform: scale(1,2); /* Safari and Chrome */
  -o-transform: scale(1,2); /* Opera */
  -moz-transform: scale(1,2); /* Firefox */
} 

.vertx150 {
  transform: scale(1, 1.5);
  -ms-transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5);
  -o-transform: scale(1, 1.5);
  -moz-transform: scale(1, 1.5);
} 
