﻿
.vgButton a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding: 7px 0 7px 15px;
  background-color: rgb(31,53,94);
  margin-top: 10px;
  display: flex;
  border-radius: .25rem;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .1875rem;
}

.vgButton a:hover {
  background-color: rgb(20,207,204);
}
