@keyframes lease-box-animation {
  0% {background-color: rgba(255, 255, 255, 0.5);}
  100% {background-color: rgba(255, 255, 255, 1);}
}

a {
  color: black;
  text-decoration: none;
}

.lease-box > .description {
  width: 50%;
  float: left;
}

.lease-box > .contacts {
  width: 50%;
  float: left;
}

.lease-box > hr {
  float: right;
  width: 45%;
}

.lease {
  margin: 300px auto 0px auto;
  width: 900px;
}

.lease-box {
  background-color: rgba(255, 255, 255, 0.5);
  height: 400px;
  padding: 20px;
  margin: 20px;
}

.lease-box:hover {
  background-color: rgba(255, 255, 255, 1);
  animation: lease-box-animation 1s;
}

.lease-box h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

.lease-box img {
  max-height: 320px;
  width: 100%;
  float: left;
}

.lease-box p {
  margin: 20px;
  text-align: left;
}

.lease-container {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 300px auto 20px auto;
  width: 900px;
}

.lease-container > .description {
  width: 100%;
}

.lease-container h1 {
  text-align: center;
}

.lease-container img {
  width: 860px;
  margin: 20px;
}

.picture {
  width: 50%;
  float: left;
}