body {
  background-color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

h1, p, h3 {
  color: lightgray;
}

h2 {
  color: lightgray;
}

a {
  color: #00fcfd;
  text-decoration: none;
}

.video-mask{
    width: 380;
    border-radius: 10px;
    overflow: hidden;
}

.column-left{ float: left; width: 20%; margin: 10px;}
.column-right { float: right; width: 20%; margin: 10px; }
.column-center { display: inline-block; width: 50%; margin: 10px;}
@media screen and (max-width: 960px) {
  .column-left { float: none; width: 100%; }
  .column-center {float: none; width: 100%; }
  .column-right {float: none; width: 100%; }
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

a.button {
  /*
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  */

  width: 80%;
  padding: 10px 10px;
  background-color: #00fcfd;
  border: white;
  border-radius: 12px;
  color: black;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
