.btn {  -webkit-border-radius: 7;  -moz-border-radius: 7;  border-radius: 7px;  font-family: Arial;  color: #ffffff;  background: #214254;  padding: 15px 20px 15px 20px;  text-decoration: none;}.btn:hover {  background: #f8b718;  text-decoration: none;}.center {     text-align:center;}@media screen and (orientation: portrait) {  img.logo { max-width: 90%; }}@media screen and (orientation: landscape) {  img.logo { max-height: 90%; }} @media only screen and (min-width: 481px){	  .btn{            font-size:3em !important;        } } @media only screen and (max-width: 480px){        .btn{            max-width:480px !important;            width:100% !important;			font-size:1.5em !important;        }    }