﻿.auto-style4 {
	font-family: Mulish;
}
        a:link {
            text-decoration: none;
        }

        a:visited {
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
        }

        a:active {
            text-decoration: none;
        }
        .button {
  background-color: #0055AA;
  border: none;
  color: white;
  padding: 25px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 24px;
  cursor: pointer;
  border-radius: 12px;
  
}