body {
  background-color: white;
  color: black;
  font-family: Times New Roman;
}

a:link { text-decoration: none; }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.button2{
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #f7e39c;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button2:hover {
  background-color: #f5d871;
}

.button2:active {
  background-color: #C0C0C0;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.space {
  padding: 15px;
}

.box {border: 2px solid green; border-radius: 5px; width: 300px;
         box-sizing: border-box; padding: 4px; box-shadow: 5px 6px #888888;}
.she {
  background-image: url("/images/she.png");
  background-repeat: no-repeat;
  opacity: 0.2;
  width: 256px;
  height: 256px;
  margin: 10px;
  float: right;
}

.her {
  background-image: url("/images/Tonia02.jpg");
  background-repeat: no-repeat;
  opacity: 0.2;
  width: 512px;
  height: 512px;
  margin: 10px;
  float: right;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
}

.responsive {
  width: 39.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
