﻿@font-face {
    font-family: "play";
    src: url("https://fonts.gstatic.com/s/play/v10/6aez4K2oVqwIvtU2Hw.woff2") format('woff');
}
@font-face {
    font-family: "play";
    src: url("https://fonts.gstatic.com/s/play/v10/6ae84K2oVqwItm4TCpAy2g.woff2") format('woff');
    font-weight: bold;
}
.button {
  background-color: #008cba;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width: 350px;
  height: 50px;
  border-radius: 5px;
}
.buttonalternate {
  background-color: #555555;
  border: none;
  color: white;
  padding: 5px 16px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 350px;
  height: 30px;
  border-radius: 5px;
}
.buttonalternate2 {
  background-color: #5AAA00;
  border: none;
  color: white;
  padding: 5px 16px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 350px;
  height: 30px;
  border-radius: 5px;
}
