﻿body {
            color: #777777;
            font-family: arial;
            text-align: center;
        }

        h1 {
            font-size: 180px;
            color: #99A7AF;
            margin: 50px 0 10px 0;
        }

        h2 {
            color: #007c90;
            font-family: arial;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: -1px;
            margin: 15px 0 39px;
        }

        p {
            width: 475px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

        .container-page {
            width: 675px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        a{
            text-decoration:none;
        }

        .button {
            background-color: #007c90; /* Green */
            border: none;
            color: #fff;
            text-align: center;
            padding: 3px 7px;
            border-radius: 4px;
            text-decoration: none;
            display: inline-block;
            font-size: 20px;
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
            cursor: pointer;
        }

        .button:hover {
            background-color: #99A7AF; /* Green */
            color:#fff !important;
         }

        .button:active {
            background-color: #99A7AF; /* Green */
            color:#fff !important;
         }

        .message {
            font-size: 20px;
        }