/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #46829c;
    width: 100%;
    height: 100vh;
}

.main_acesso_negado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    
}

.logo {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.logo img {
    width: 80%;
    /* filter: blur(1px); */
}


.permissao_negada {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: auto;
    /* text-shadow: 2px 4px 9px #000; */
}

.permissao_negada span {
    font-size: 250px;
}

.permissao_negada h1 {
    font-size: 100px;
}