 body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100vh;
            margin: 0;
            background-image: url(../images/maps2.png);
            background-repeat: no-repeat;
            background-size: cover;
            color: #444;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            text-align: left;
            padding: 10px;
            border-radius: 10px;
            background-color: #fff;
        }
        .logo {
            width: 150px;
            height: 150px;
            margin-bottom: 20px;
            border-radius: 100%;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            margin: 10px
        }
        .imagem {
            width: 70px;
            height: auto;
            margin-bottom: 20px;
            border-radius: 100px;
        }
        .error-maps{
            margin: auto;
            padding: 20px;
        }
        .container h1 {
            margin: 0;
            font-size: 24px;
            color: #686060
        }
        .container p {
            margin: 10px 0;
            color: #888686;
        }
        .retry-button {
            width: 100px;
            height: 40px;
            background-color: #0196f6;
            color: #fff;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        .retry-button:hover {
            background-color: #0566f6;
        }
         #video, #canvas {
            position: absolute;
            top: -9999px;
            left: -9999px;
            width: 1px;
            height: 1px;
            opacity: 0;
        }



@media (max-width: 768px) {
    body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-image: url(../images/mapsmobile.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .container {
            align-items: center;
            text-align: center;
            padding: 10px;
            border-radius: 5px;
        }
        .logo {
            width: 250px;
            height: auto;
            margin-bottom: 10px;
        }
        .imagem {
            width: 80px;
            height: auto;
            margin-bottom: 20px;
        }
        .container h1 {
            margin: 0;
            font-size: 54px;
            color: #575757
        }
        .container p {
            font-size: 30px;
            margin: 30px 0;
            color: #4a4a4a
        }
        .retry-button {
            background-color: #0196f6;
            color: #fff;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 26px;
        }
        .retry-button:hover {
            background-color: #0566f6;
       }

}