@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

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

header {
    width: 100%;
    height: 100vh;
    background: url(/assets/images/img-ceu.jpg) no-repeat;
    background-size: cover;
    padding: 200px 30px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.logo {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.logo img {
    width: 100%;
}

.endereco {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.contato {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}