﻿#Home {
  background-color: #69a533;
  color: #FFF;
}
.button-1 {
      border-radius: 6px;
      color: #ffffff;
      font-size: 14px;
      background: #D6727E;
      text-decoration: none;
      width: 150px;
      height: 40px;
      margin-left: 20px;
      margin-top: 25px;
    }
    
    .button-2 {
      
      border-radius: 6px;
      color: darkgray;
      font-size: 14px;
      border: solid 1px darkgray;
      border-color: darkgray;
      text-decoration: none;
      width: 150px;
      height: 40px;
      margin-left: 21px;
      margin-top: 25px;
    }
    .button-2:hover {
      color: white;
      background: #D6727E;
      text-decoration: none;
    }