@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(fundo.png);
    background-size: 100%;
}
.container{
    background-color: #454157;
    display:flex;
    justify-content: space-between;
    height: 90px;
    width: 100%;
}
.logo{
    width: 154px;
    height: 81px;
    padding-left: 10px;

}
.menu{
    width: 82px;
    height: 76px;
    padding-top: 10px;
    padding-right: 10px;  
}
.texto{
    color: white;
    font-style: italic;
    flex-direction: column;
    display: flex;
    letter-spacing: -1px;
    line-height: 120px;
    padding-top: 100px;
}
.guia{
    font-size: 70px;
    padding-left: 750px;
    font-weight: normal;
}
.titulo{
    font-size: 120px;
    padding-left: 600px;
}
.subtitulo{
    font-size: 60px;
    padding-left: 690px;
    font-weight: normal;
}