@charset "utf-8";

@media (max-width: 1174px){
}
h1.thick {
  font-weight: bold;
}
h1.oblique {
  font-style: oblique;
}
h1 {
  font-size: 40px;
}
.button {
  background-color: #000000; /* Green */
  border: 3px solid #FFFFFF; /* Green */
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}

.button:hover {opacity: 0.6}
