body {
            font-family: -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Oxygen-Sans,
                Ubuntu,
                Cantarell,
                "Helvetica Neue",
                sans-serif;

        }

        .btn-typo {
            background-color: #fff;
            font-size: 12px;
            font-weight: 200;
            line-height: 1.5;
            color: #292b2c;
        }

        .hotel {
            background-color: #e9f0fa;
            margin-top: 30px;
        }

        .book {
            font-size: 40px;
            text-decoration: none;
        }

        .last {
            font-size: 12px;
        }

        .container {
            background-color: white;
        }

        a:link {
            color: #07c;
        }

        a:visited {
            color: #07c;
        }

        a:hover {
            color: #febb02;
        }

        a:active {
            color: #febb02;
        }

        .typolinks {
            font-size: 12px;
        }

        .photo {
            margin-top: 30px;
            margin-bottom: 50px;
        }

        h1 {
            font-size: 30px;
            color: #003580;
            ;
            margin-top: 30px;
        }

        h2 {
            font-size: 20px;
            margin-top: 20px;
            color: #003580;
        }

        #gray {
            margin-top: 70px;
        }

        .image {
            border: solid 4px #07c;
            border-radius: 10px;
        }

        .image:hover {
            border: solid 4px #febb02;
        }


        .svg-star,
        .svg-parking,
        .svg-child,
        .svg-dog,
        .svg-proud {
            width: 30px;
            height: 30px;
            padding: 5px;
        }

        .svg-star {
            width: 50px;
            height: 50px;
        }



        .text::first-letter {
            initial-letter: 2;
            margin-right: 0.75em;
            font-weight: bold;

        }

        .btn {

            background-color: #eee;
            border: 0;
            font-size: 25px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }

        .btn:hover {
            background-color: #febb02;
            color: #000;
        }