body{
    background-color: #22015d;
    margin: 0;
}

@media (min-width: 993px) {
    .safe-header {
        background-color: #22015d;
        width: 100%;
        max-width: 1200px;
        display: grid;
        margin: 0 auto;
        text-align: center;

        .safe-img-logo {
            width: 100%;
            max-width: 450px;
            margin: auto;
        }

        .safe-img-subtitle {
            width: 100%;
            max-width: 600px;
            margin: auto;
        }
    }

    .safe-body {
        width: 100%;
        text-align: center;
        margin: 30px auto;

        img {
            width: 100%;
        }

        .safe-body-mobile {
            -webkit-display: none;
            display: none;
        }

        .safe-body-desktop {
            -webkit-display: block;
            display: block;
            margin: auto;
        }
    }

    .safe-footer-video {
        width: 100%;
        margin: auto;
        text-align: center;

        video {
            margin: auto;
        }
    }

    .safe-footer {
        background-color: #22015d;
        width: 100%;
        margin-bottom: 50px;
    
        .safe-footer-text {
            text-align: center;
            width: 100%;
            display: flex;
            font-family: 'Hanno Test';
            align-items: center;
            margin-top: 20px;
    
            a {
                color: #22015d;
                border: #AB9EFF 2px solid;
                border-radius: 20px;
                background-color: #AB9EFF;
                padding: 5px 15px;
                text-decoration: none;
                height: fit-content;
                margin-left: 25%;
                font-family: 'Hanno Test';
                font-size: 36px;
            }
    
            .first-safe-text {
                margin-left: 15%;
            }
    
            .last-safe-text {
                background-color: #22015d;
                color: #AB9EFF;
                margin-left: 40%;
                padding: 5px 8px;
    
                img {
                    color: #AB9EFF;
                }

            }

            .last-safe-text.mobile {
                -webkit-display: none;
                display: none;
            }

            .last-safe-text.desktop {
                -webkit-display: block;
                display: block;
            }

            .parrafo {
                color: #AB9EFF;
                border: #AB9EFF 2px solid;
                border-radius: 20px;
                background-color: #22015d;
                padding: 5px 15px;
                margin: 0;
                margin-left: 5%;
                font-size: 32px;
            }
        }
    }

    .safe-body-mobile {
        -webkit-display: none;
        display: none;
    }

    .safe-body-desktop {
        -webkit-display: block;
        display: block;
        margin: auto;
    }
}

@media (max-width: 992px) {
    .safe-header {
        background-color: #22015d;
        width: 100%;
        max-width: 1200px;
        text-align: center;
        margin: auto;
    
        .safe-img-logo {
            width: 50%;
            max-width: 600px;
            margin-top: 30px;
        }
    
        .safe-img-subtitle {
            width: 80%;
            max-width: 600px;
        }
    }
    
    .safe-body {
        background-color: #22015d;
        width: 100%;
        max-width: 1200px;
        margin: 20px auto;
    
        img {
            width: 100%;
        }

        .safe-body-desktop {
            -webkit-display: none;
            display: none;
        }

        .safe-body-mobile {
            -webkit-display: block;
            display: block;
        }
    }

    .safe-footer-video {
        width: 90%;
        height: auto;
        max-width: 400px;
        margin: 30px auto;

        video {
            width: 100%;
            height: auto;
        }
    }
    
    .safe-footer {
        background-color: #22015d;
        width: 100%;
    
        .safe-footer-text {
            text-align: center;
            width: 100%;
            display: flex;
            font-family: 'Hanno Test';
            align-items: center;
            margin-top: 5px;
    
            a {
                color: #22015d;
                border: #AB9EFF 2px solid;
                border-radius: 20px;
                background-color: #AB9EFF;
                padding: 5px 15px;
                text-decoration: none;
                height: fit-content;
                margin-left: 6%;
                font-family: 'Hanno Test';
                font-size: 16px;
            }
    
            .first-safe-text {
                margin-left: 3%;
            }
    
            .last-safe-text {
                background-color: #22015d;
                color: #AB9EFF;
                margin-left: 25%;
                padding: 5px 8px;
    
                img {
                    color: #AB9EFF;
                }
            }

            .last-safe-text.mobile {
                -webkit-display: block;
                display: block;
            }

            .last-safe-text.desktop {
                -webkit-display: none;
                display: none;
            }

            .parrafo {
                color: #AB9EFF;
                border: #AB9EFF 2px solid;
                border-radius: 20px;
                background-color: #22015d;
                padding: 5px 15px;
                margin: 0;
                margin-left: 1%;
                font-size: 14px;
            }
        }
    }
    .safe-body-desktop {
        -webkit-display: none;
        display: none;
    }

    .safe-body-mobile {
        -webkit-display: block;
        display: block;
    }
}
