        @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,600;1,700&display=swap");
        *:not(i) {
            margin: 0;
            padding: 0;
            color: white;
            box-sizing: border-box;
            font-family: "Source Sans Pro", sans-serif !important
        }
        
        #gif {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 100px;
            margin-left: 10px;
        }
        
        #gif .logo p {
            font-weight: normal;
            font-size: 13px !important;
        }
        
        #gif .logo p a {
            text-decoration: none;
            color: whitesmoke;
            margin-left: 15px;
            color: black;
        }
        
        @media (min-width: 768px) {
            #gif .logo {
                padding-left: 50px;
                visibility: visible;
            }
        }
        
        @media (min-width: 1026px) {
            #gif .logo {
                visibility: visible;
                padding-left: 20px;
            }
        }
        
        body {
            background-color: #4400AF;
            height: 100%;
        }
        
        #imagem {
            margin-top: 100px;
            text-align: center;
        }
        
        .imagem img {
            border-radius: 50%;
        }
        /* #instagram {
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    border: 5px solid whitesmoke;
    -webkit-border-radius: 20px;
    -moz-border-radius: 50px;
    -ms-border-radius: 20px;
    border-radius: 50px;
    color: inherit;
    text-align: center;
    padding: 16px 20px;
} */
        
        #whats .btn-light:hover,
        #instagram .btn-light:hover,
        #site .btn-light:hover,
        #youtube .btn-light:hover,
        #linkedIn .btn-light:hover {
            border-color: white;
            background-color: #0000;
            color: white;
        }
        
        #whats .btn-light,
        #instagram .btn-light,
        #site .btn-light,
        #youtube .btn-light,
        #linkedIn .btn-light {
            display: block;
            height: 40px;
            margin-top: 20px;
            width: 40%;
            cursor: pointer;
            color: black;
            text-align: center;
        }
        
        @media (max-width: 768px) {
            #whats .btn-light,
            #instagram .btn-light,
            #youtube .btn-light,
            #site .btn-light,
            #linkedIn .btn-light {
                display: block;
                height: 40px;
                margin-top: 10px;
                width: 80%;
                cursor: pointer;
                color: black;
                text-align: center;
            }
        }
        
        #site {
            color: white!important;
        }
        
        #whats .btn-light .whats,
        #instagram .btn-light .whats,
        #youtube .btn-light .whats,
        #site .btn-light .whats,
        #linkedIn .btn-light .whats {
            width: 10%;
            text-align: right;
            display: block;
            height: 50px;
            float: left;
            margin-left: 20px;
        }
        
        @media (max-width: 768px) {
            #whats .btn-light .whats,
            #instagram .btn-light .whats,
            #youtube .btn-light .whats,
            #site .btn-light .whats,
            #linkedIn .btn-light .whats {
                width: 45%;
                text-align: center;
                display: block;
                height: 50px;
                float: left;
                margin-top: 10px;
                margin-left: 0px;
            }
        }
        
        #whats .btn-light .Texto:hover,
        #instagram .btn-light .Texto:hover,
        #youtube .btn-light .Texto:hover,
        #site .btn-light .Texto:hover,
        #linkedIn .btn-light .Texto:hover {
            color: white;
        }
        
        #whats .btn-light .Texto,
        #instagram .btn-light .Texto,
        #youtube .btn-light .Texto,
        #site .btn-light .Texto,
        #linkedIn .btn-light .Texto {
            width: 100%;
            text-align: center;
            color: #000;
            display: block;
            float: right;
            font-size: center;
        }
        
        @media (max-width: 768px) {
            #whats .btn-light .Texto,
            #instagram .btn-light .Texto,
            #youtube .btn-light .Texto,
            #site .btn-light .Texto,
            #linkedIn .btn-light .Texto {
                width: 100%;
                text-align: center;
                color: #000;
                display: block;
                float: right;
            }
        }
        
        #circulo {
            /* margin-top: 40px; */
        }
        
        .txt-center {
            margin-top: 8%;
            text-align: center;
        }
        
        @media screen and (orientation:portrait) {
            .txt-center {
                margin-top: 300px;
                text-align: center;
            }
        }
        
        .footer {
            height: 100%;
        }
        
        footer p {
            color: white;
        }