:root{
    --cor-fonte01: #fff;
    --cor-fonte02: #e9e9e9;
    --cor-fonte03: #b3b3b3;
    --cor-bg: rgba(0, 0, 0, 0.4);
    --cor-bg-content: rgba(0, 0, 0, 0.8);
}


body{
    background-image: url("../assets/bg.jpg");
}

.interface{
    height: 100vh;
    background-color: var(--cor-bg);
}


.header img{
    width: 6.5rem; 
    height: 3rem;
    margin: 2rem 0rem 0rem 12.5rem;
}